NVGColor.this

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