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
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]. |
whitePoint | The reference white point. |
Returns
CIEXYZ | The converted CIE XYZ components. |