ColorF.this

  1. this(float[4] components)
  2. this(float r, float g, float b, float a)
    struct ColorF
    @safe pure nothrow @nogc
    this
    (
    float r
    ,
    float g
    ,
    float b
    ,
    float a = 1.0f
    )
  3. this(Color integer)

Meta