Color.transparent

Sets the colour as transparent (with alpha = 0) or opaque (with alpha = 255).

  1. bool transparent [@property getter]
  2. bool transparent [@property setter]
    class Color
    pure nothrow @property @safe @nogc
    bool
    transparent
  3. ubyte r;
  4. ubyte g;
  5. ubyte b;
  6. ubyte a;

Meta