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
Name | Description |
---|---|
equals (Object) | Determines whether the specified AlphaBiLevel is equal to the current AlphaBiLevel. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The AlphaBiLevel to compare. |
Returns: boolean
getEffective
Name | Description |
---|---|
getEffective () | Gets effective Alpha Bi-Level effect data with the inheritance applied. |
Returns: AlphaBiLevelEffectiveData
getThreshold
Name | Description |
---|---|
getThreshold () | Returns effect threshold. Read/write float. |
Returns: float
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type. |
Returns: int
setThreshold
Name | Description |
---|---|
setThreshold (float) | Returns effect threshold. Read/write float. |
Returns: void