Color.alpha

Sets the alpha channel of the color

  1. ubyte alpha [@property getter]
  2. ubyte alpha [@property setter]
    struct Color
    version(LittleEndian)
    @nogc @safe @property pure nothrow
    ubyte
    alpha
    (
    ubyte value
    )
  3. ubyte alpha [@property getter]
  4. ubyte alpha [@property setter]

Meta