The OpenD Programming Language

LCh.opCast

Cast to other color types.

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

struct LCh(F = float, alias whitePoint_ = (WhitePoint!F.D50))
@safe pure nothrow @nogc const
Color
opCast
(
Color
)
()
if (
isColor!Color
)

Meta