Represents a color in the HSV color space.
HSV (Hue, Saturation, Value) is a cylindrical color model that rearranges the RGB color model to be more intuitive for color selection.
Optional
The alpha (opacity) component (0-1), optional
The hue component (0-360 degrees)
The saturation component (0-1)
The value component (0-1)
Represents a color in the HSV color space.
HSV (Hue, Saturation, Value) is a cylindrical color model that rearranges the RGB color model to be more intuitive for color selection.