Skip to main content

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

SignatureDescription
UIContrastBrightnessSaturation()Creates a new instance of UIContrastBrightnessSaturation.

Virtual Attributes

NameTypeAccessDescription
brightnessfloatget/setVirtual attribute exposed by getBrightness. Access it like a field to read or write the underlying value.
contrastfloatget/setVirtual attribute exposed by getContrast. Access it like a field to read or write the underlying value.
saturationfloatget/setVirtual attribute exposed by getSaturation. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getBrightness()floatReturns the current brightness value.
getContrast()floatReturns the current contrast value.
getSaturation()floatReturns the current saturation value.
setBrightness(float)voidSets brightness.
setContrast(float)voidSets contrast.
setSaturation(float)voidSets saturation.