Snapshot.appendColor

Creates a new render node drawing the @color into the given @bounds and appends it to the current render node of @snapshot.

You should try to avoid calling this function if @color is transparent.

class Snapshot
void
appendColor

Parameters

color RGBA

the GdkRGBA to draw

bounds Rect

the bounds for the new node

Meta