strokeColor

Sets current stroke style to a solid color.

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

See Also

Suggestion Box / Bug Report