UIContrastBrightnessSaturation
Complete API reference for UIContrastBrightnessSaturation, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIContrastBrightnessSaturation extends Component
Constructors
| Signature | Description |
|---|---|
UIContrastBrightnessSaturation() | Creates a new instance of UIContrastBrightnessSaturation. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
brightness | float | get/set | Virtual attribute exposed by getBrightness. Access it like a field to read or write the underlying value. |
contrast | float | get/set | Virtual attribute exposed by getContrast. Access it like a field to read or write the underlying value. |
saturation | float | get/set | Virtual attribute exposed by getSaturation. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBrightness() | float | Returns the current brightness value. |
getContrast() | float | Returns the current contrast value. |
getSaturation() | float | Returns the current saturation value. |
setBrightness(float) | void | Sets brightness. |
setContrast(float) | void | Sets contrast. |
setSaturation(float) | void | Sets saturation. |