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
| L | The lightness component of the color in the range [0..100]. |
| a | The green-red chromaticity component of the color in the range [-128..128]. |
| b | The blue-yellow chromaticity component of the color in the range [-128..128]. |
| whitePoint | The reference white point. |
Returns
| CIEXYZ | The converted CIE XYZ components. |