IAlphaBiLevelEffectiveData

All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData

public interface IAlphaBiLevelEffectiveData extends IEffectEffectiveData

Immutable object which 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).

Methods

MethodDescription
getThreshold()Returns effect threshold.

getThreshold()

public abstract float getThreshold()

Returns effect threshold. Read-only float.

Returns: float