Color.this

Constructs a color from a single 32 bit unsigned integer.

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

Meta