XYZ.opCast

Cast to other color types.

This cast is a convenience which simply forwards the call to convertColor.

struct XYZ(F = float)
@safe pure nothrow @nogc const
Color
opCast
(
Color
)
()
if (
isColor!Color
)
if (
isFloatingPoint!F
)

Meta