Conversion.LabToLCh
Static Method in Conversion
Declaration
public static CIELCh_ab LabToLCh(float L, float a, float b)
Description
Converts CIE LAB components to CIE LCh(ab) components.
Parameters
L | The lightness component of the color in the range [0..100]. |
a | The green-red chromaticity component of the color in the range [-128..128]. |
b | The blue-yellow chromaticity component of the color in the range [-128..128]. |
Returns
CIELCh_ab | The converted CIE LCh(ab) components. |