NVGColor.this

  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)
  5. this(Color c)
    struct NVGColor
    nothrow @safe @nogc
    static if(NanoVegaHasArsdColor)
    this
    (
    in Color c
    )
Suggestion Box / Bug Report