Color.inverted

Will return the color opposite to itself.

struct Color(T)
@safe nothrow pure @property inout
inverted
()
if (
isIntegral!T ||
isFloatingPoint!T
)

Meta