Converts an HSL color to the CIE LCh color space.
This function first converts the HSL color to RGB, then from RGB to LCh. The LCh color space is a cylindrical representation of Lab, using lightness, chroma (saturation), and hue components.
The HSL color to convert
The color in LCh space
Converts an HSL color to the CIE LCh color space.
This function first converts the HSL color to RGB, then from RGB to LCh. The LCh color space is a cylindrical representation of Lab, using lightness, chroma (saturation), and hue components.