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
| L | The lightness component of the color in the range [0..100]. |
| u | The green-red chromaticity component of the color in the range [-100..100]. |
| v | The blue-yellow chromaticity component of the color in the range [-100..100]. |
Returns
| CIELCh_uv | The converted CIE LCh(uv) components. |