Conversion.LuvToLCh

Static Method in Conversion

Declaration

public static CIELCh_uv LuvToLCh(float L, float u, float v)

Description

Converts CIE LUV components to CIE LCh(uv) components.

Parameters

LThe lightness component of the color in the range [0..100].
uThe green-red chromaticity component of the color in the range [-100..100].
vThe blue-yellow chromaticity component of the color in the range [-100..100].

Returns

CIELCh_uvThe converted CIE LCh(uv) components.