Color4f.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(float red, float green, float blue, float alpha)
    struct Color4f
    @nogc pure nothrow
    this
    (
    float red
    ,
    float green
    ,
    float blue
    ,
    float alpha = 1
    )
  3. this(Color4b col)

Meta