NVGColor.this

Supports: "#rgb", "#rrggbb", "#argb", "#aarrggbb"

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