ColorNode.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gdk.rgba.RGBA rgba, graphene.rect.Rect bounds) nothrow

Creates a gsk.render_node.RenderNode that will render the color specified by rgba into the area given by bounds.

Parameters

rgbaa gdk.rgba.RGBA specifying a color
boundsthe rectangle to render the color into

Returns