com.aspose.slides
Interface IBiLevelEffectiveData

All Known Implementing Classes:
BiLevelEffectiveData

public interface IBiLevelEffectiveData

Immutable object which represents a Bi-Level (black/white) effect. Input colors whose luminance is less than the specified threshold value are changed to black. Input colors whose luminance are greater than or equal the specified value are set to white. The alpha effect values are unaffected by this effect.


Method Summary
 float getThreshold()
           Returns the threshold value.
 

Method Detail

getThreshold

float getThreshold()

Returns the threshold value. Read-only float.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.