fillColor

Sets current fill style to a solid color.

  1. void fillColor(NVGContext ctx, Color color)
    nothrow @trusted @nogc
    static if(NanoVegaHasArsdColor)
    void
    fillColor
  2. void fillColor(NVGContext ctx, NVGColor color)

See Also

Suggestion Box / Bug Report