Converts an HWB color to the CIE LCH color space.
This function first converts the HWB 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 HWB color to convert
The color in LCH space
Converts an HWB color to the CIE LCH color space.
This function first converts the HWB 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.