Converts a color from CIE Lab to CIE LCh color space.
This function transforms the Cartesian coordinates (a*, b*) of Lab into polar coordinates (C*, h°) to create the cylindrical LCh representation. The L* component remains unchanged.
The Lab color to convert
The color in LCh space
Converts a color from CIE Lab to CIE LCh color space.
This function transforms the Cartesian coordinates (a*, b*) of Lab into polar coordinates (C*, h°) to create the cylindrical LCh representation. The L* component remains unchanged.