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

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

Returns

CIEXYZThe converted CIE XYZ components.