Color4b.this

CTor

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

Meta