spColor.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. spColor opOpAssign(spColor c)
    struct spColor
    opOpAssign
    (
    string op
    )
    if (
    op == "*"
    )
  2. spColor opOpAssign(float f)
  3. float r;
  4. float g;
  5. float b;
  6. float a;

Meta