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