Represents a color in the HSL color space.
HSL (Hue, Saturation, Lightness) is a cylindrical color model that rearranges the RGB color model to be more intuitive and perceptually relevant.
Optional
The alpha (opacity) component (0-1), optional
The hue component (0-360 degrees)
The lightness component (0-1)
The saturation component (0-1)
Represents a color in the HSL color space.
HSL (Hue, Saturation, Lightness) is a cylindrical color model that rearranges the RGB color model to be more intuitive and perceptually relevant.