fillColor

Sets current fill style to a solid color.

  1. void fillColor(NVGContext ctx, Color color)
  2. void fillColor(NVGContext ctx, NVGColor color)
    nothrow @trusted @nogc
    void
    fillColor
    ()
    (,
    const scope auto ref NVGColor color
    )

See Also

Suggestion Box / Bug Report