imColorLuv2XYZ

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

version(IM)
nothrow @nogc @safe
void
imColorLuv2XYZ
(
const float L
,
const float u
,
const float v
,
ref float X
,
ref float Y
,
ref float Z
)

Meta