Color.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Color(T)
@safe nothrow pure
void
opAssign
(
R
)
()
if (
isIntegral!R ||
isSomeString!R
||
isArray!R
)
if (
isIntegral!T ||
isFloatingPoint!T
)

Meta