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
path | The path describing the area to fill |
fillRule | The fill rule to use |
color | the color to fill the path with |