Conversion.LabToXYZ

Static Method in Conversion

Declaration

public static CIEXYZ LabToXYZ(float L, float a, float b, Tristimulus whitePoint)

Description

Converts CIE LAB components to CIE XYZ components.

Parameters

LThe lightness component of the color in the range [0..100].
aThe green-red chromaticity component of the color in the range [-128..128].
bThe blue-yellow chromaticity component of the color in the range [-128..128].
whitePointThe reference white point.

Returns

CIEXYZThe converted CIE XYZ components.