Constructor
ClutterColorNodenew
Declaration [src]
ClutterPaintNode*
clutter_color_node_new (
const ClutterColor* color
)
Description [src]
Creates a new ClutterPaintNode that will paint a solid color
fill using color.
| Available since: | 1.10 |
Parameters
color |
ClutterColor |
The color to paint, or |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |
Return value
| Returns: | ClutterPaintNode |
The newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |