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

LThe lightness component of the color in the range [0..100].
aThe green-red chromaticity component of the color in the range [-128..128].
bThe blue-yellow chromaticity component of the color in the range [-128..128].

Returns

CIELCh_abThe converted CIE LCh(ab) components.