NVGColor.this

  1. this(ubyte ar, ubyte ag, ubyte ab, ubyte aa)
  2. this(float ar, float ag, float ab, float aa)
    struct NVGColor
    nothrow @safe @nogc pure
    this
    (
    float ar
    ,
    float ag
    ,
    float ab
    ,
    float aa = 1.0f
    )
  3. this(uint c)
  4. this(const(char)[] srgb)
  5. this(Color c)
Suggestion Box / Bug Report