The blue component of the Color, in the range 0.0-1.0.
Creates a new Color that is a brighter version of this Color.
Gets the brightness component of this Color.
Creates a new Color that is a darker version of this Color.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Creates a new Color based on this Color with hue, saturation, brightness and opacity values altered.
Creates a new Color that is a less saturated version of this Color.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Creates a new Color that is grayscale equivalent of this Color.
The green component of the Color, in the range 0.0-1.0.
The delegate hashcode
Gets the hue component of this Color.
The function calculates an interpolated value along the fraction t between 0.0 and 1.0.
Creates a new Color that is inversion of this Color.
The opacity of the Color, in the range 0.0-1.0.
The red component of the Color, in the range 0.0-1.0.
Creates a new Color that is a more saturated version of this Color.
Gets the saturation component of this Color.
Returns the original delegate's toString()
adding a [SFX]
prefix.