BiLevel

BiLevel class

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.

equals

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

Parameters:

NameTypeDescription
objObjectThe BiLevel to compare.

Returns: boolean


getEffective

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

Returns: BiLevelEffectiveData


hashCode

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

Returns: int