Conversion.LChToLab
Static Method in Conversion
Declaration
public static CIELAB LChToLab(float L, float C, float h)
Description
Converts CIE LCh(ab) components to CIE LAB components.
Parameters
L | The lightness component of the color in the range [0..100]. |
C | The chroma component of the color. |
h | The hue component of the color in the range [0..360°]. |
Returns
CIELAB | The converted CIE LAB components. |