Color4b.this

CTor

  1. this(ubyte red, ubyte green, ubyte blue, ubyte alpha)
    struct Color4b
    @nogc pure nothrow
    this
    (
    ubyte red
    ,
    ubyte green
    ,
    ubyte blue
    ,
    ubyte alpha = 255
    )
  2. this(uint hexValue)
  3. this(Color4f col)

Meta