[ Version ( since = "4.14" ) ]
public void append_fill (Path path, FillRule fill_rule, RGBA color)
A convenience method to fill a path with a color.
See [method@Gtk.Snapshot.push_fill] if you need to fill a path with more complex content than a color.
this |
a `GtkSnapshot` |
path |
The path describing the area to fill |
fill_rule |
The fill rule to use |
color |
the color to fill the path with |