Conversion.LuvToXYZ

Static Method in Conversion

Declaration

public static CIEXYZ LuvToXYZ(float L, float u, float v, Tristimulus whitePoint)

Description

Converts CIE LUV components to CIE XYZ 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].
whitePointThe reference white point.

Returns

CIEXYZThe converted CIE XYZ components.