Color.this

Contructs a color from four individual values.

  1. this(ubyte alpha, ubyte red, ubyte green, ubyte blue)
    struct Color
    @nogc
    this
    (
    ubyte alpha
    ,
    ubyte red
    ,
    ubyte green
    ,
    ubyte blue
    )
  2. this(uint val)

Meta