fillPaint

Sets current fill style to a paint, which can be a one of the gradients or a pattern.

  1. void fillPaint(NVGContext ctx, NVGPaint paint)
    nothrow @trusted @nogc
    void
    fillPaint
    ()
    (,
    const scope auto ref NVGPaint paint
    )
  2. void fillPaint(NVGContext ctx, NVGLGS lgs)

See Also

Meta