Color.opUnary

Warning: overloaded operators preserve types and may cause overflows

struct Color(FieldTuple...)
typeof(this)
opUnary
(
string op
)
()
if (
op == "~" ||
op == "-"
)

Meta