Snapshot.appendFill

void appendFill(gsk.path.Path path, gsk.types.FillRule fillRule, gdk.rgba.RGBA color)

A convenience method to fill a path with a color.

See [gtk.snapshot.Snapshot.pushFill] if you need to fill a path with more complex content than a color.

Parameters

pathThe path describing the area to fill
fillRuleThe fill rule to use
colorthe color to fill the path with