Color4f.this

CTor

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

Meta