ColorF.this

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

Meta