GtkSymbolicPaintableInterface.snapshotSymbolic

Snapshot the paintable using the given colors. See GtkSymbolicPaintable::snapshot_symbolic() for details. If this function is not implemented, vfunc@Gdk.Paintable.snapshot will be called.

struct GtkSymbolicPaintableInterface
extern (C)
void function(GtkSymbolicPaintable* paintable, GdkSnapshot* snapshot, double width, double height, const(GdkRGBA)* colors, size_t nColors) snapshotSymbolic;