AlphaBiLevel

AlphaBiLevel class

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).

equals

NameDescription
equals (Object)Determines whether the specified AlphaBiLevel is equal to the current AlphaBiLevel.

Parameters:

NameTypeDescription
objObjectThe AlphaBiLevel to compare.

Returns: boolean


getEffective

NameDescription
getEffective ()Gets effective Alpha Bi-Level effect data with the inheritance applied.

Returns: AlphaBiLevelEffectiveData


getThreshold

NameDescription
getThreshold ()Returns effect threshold. Read/write float.

Returns: float


hashCode

NameDescription
hashCode ()Serves as a hash function for a particular type.

Returns: int


setThreshold

NameDescription
setThreshold (float)Returns effect threshold. Read/write float.