Color.opUnary

Warning: overloaded operators preserve types and may cause overflows

  1. typeof(this) opUnary()
    struct Color(FieldTuple...)
    typeof(this)
    opUnary
    (
    string op
    )
    ()
    if (
    op == "~" ||
    op == "-"
    )
  2. typeof(this) opOpAssign(int o)
  3. typeof(this) opOpAssign(T o)
  4. typeof(this) opBinary(T o)

Meta