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
| Name | Description |
|---|---|
| equals(Object) | Determines whether the specified BiLevel is equal to the current BiLevel. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The BiLevel to compare. |
Returns: boolean
getEffective
| Name | Description |
|---|---|
| getEffective() | Gets effective Bi-Level effect data with the inheritance applied. |
Returns: BiLevelEffectiveData
hashCode
| Name | Description |
|---|---|
| hashCode() | Serves as a hash function for a particular type. |
Returns: int