IAlphaBiLevel
All Implemented Interfaces: com.aspose.slides.IImageTransformOperation, com.aspose.slides.IAccessiblePVIObject
public interface IAlphaBiLevel extends IImageTransformOperation, IAccessiblePVIObject<IAlphaBiLevelEffectiveData>
Represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).
Use ImageTransformOperationFactory to create instaces in COM.
Methods
Method | Description |
---|---|
getThreshold() | Returns effect threshold. |
setThreshold(float value) | Returns effect threshold. |
getThreshold()
public abstract float getThreshold()
Returns effect threshold. Read/write float.
Returns: float
setThreshold(float value)
public abstract void setThreshold(float value)
Returns effect threshold. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |