ColorNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public ColorNode (RGBA rgba, Rect bounds)
public ColorNode (RGBA rgba, Rect bounds)
Creates a `GskRenderNode` that will render the color specified by rgba
into the area given by bounds
.
Parameters:
rgba |
a `GdkRGBA` specifying a color |
bounds |
the rectangle to render the color into |
Returns:
A new `GskRenderNode` |