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