Color XTo HSL
Colors
Color To HSL converts a ColorX to HSL. The result is represented as 3 separate Float values for Hue, Saturation, and Lightness.
Inputs
Color (ColorX)
The color to calculate the HSL equivalent of.
Outputs
H (Float)
The hue of the input color.
S (Float)
The saturation of the input color.
L (Float)
The lightness of the input color.
See Also
- HSL To ColorX, inverse operation.
- Color To HSL, for the Color type.