Snapshot.appendFill

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 gsk.path.Path

The path describing the area to fill

fillRule gsk.types.FillRule

The fill rule to use

color gdk.rgba.RGBA

the color to fill the path with