xyzToRgbMatrix

XYZ to RGB color space transformation matrix.
cs describes the target RGB color space.

@safe pure nothrow @nogc
F[3][3]
xyzToRgbMatrix
(
F = double
)
if (
isFloatingPoint!F
)

Meta