Conversion.HunterLabToXYZ
Static Method in Conversion
Declaration
public static CIEXYZ HunterLabToXYZ(float L, float a, float b, Tristimulus whitePoint)
Description
Converts Hunter 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. |
b | The blue-yellow chromaticity component of the color. |
whitePoint | The reference white point. |
Returns
CIEXYZ | The converted CIE XYZ components. |