imColorLab2XYZ

Converts CIE L*a*b* (nonlinear) to CIE XYZ (linear). \n * The white point is D65. \n * 0 <= L <= 1 ; -0.5 <= ab <= +0.5 ; 0 <= XYZ <= 1 * \ingroup color

version(IM)
nothrow @nogc @safe
void
imColorLab2XYZ
(
const float L
,
const float a
,
const float b
,
ref float X
,
ref float Y
,
ref float Z
)

Meta