Color4f.this

CTor

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

Meta