The OpenD Programming Language

xyY.opCast

Cast to other color types.

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

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

Meta