Color.opBinary

  1. auto opBinary(Color c)
    struct Color
    const pure nothrow
    opBinary
    (
    string op
    )
    (
    auto ref const Color c
    )
  2. auto opBinary(double c)
  3. double r;
  4. double g;
  5. double b;
  6. double a;

Meta