SymbolicPaintable.snapshotSymbolic
void snapshotSymbolic(gdk.snapshot.Snapshot snapshot, double width, double height, gdk.rgba.RGBA[] colors)Snapshots the paintable with the given colors.
If less than 4 colors are provided, GTK will pad the array with default colors.
Parameters
snapshot | a [gdk.snapshot.Snapshot] to snapshot to |
width | width to snapshot in |
height | height to snapshot in |
colors | a pointer to an array of colors |