Color4b.this

CTor

Expect that every component is in range 0.0 .. 1.0

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

Meta