Color.this

Constructs a new Color from the given red (r), green (g), blue (b) and alpha (a) components

  1. this(ubyte r, ubyte g, ubyte b, ubyte a)
    struct Color
    this
    (
    ubyte r
    ,
    ubyte g
    ,
    ubyte b
    ,
    ubyte a
    )
  2. this(uint color)

Meta