Luminance
Luminance class
Represents a Luminance effect. Brightness linearly shifts all colors closer to white or black. Contrast scales all colors to be either closer or further apart.
equals
| Name | Description |
|---|---|
| equals (Object) | Determines whether the specified Luminance is equal to the current Luminance. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The Luminance to compare. |
Returns: boolean
getEffective
| Name | Description |
|---|---|
| getEffective () | Gets effective Luminance effect data with the inheritance applied. |
Returns: LuminanceEffectiveData
hashCode
| Name | Description |
|---|---|
| hashCode () | Serves as a hash function for a particular type. |
Returns: int