Constructor
ClutterColorNodenew
Declaration [src]
ClutterPaintNode*
clutter_color_node_new (
const ClutterColor* color
)
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. |