Constructor
ClutterColorNodenew
Declaration [src]
ClutterPaintNode*
clutter_color_node_new (
  const CoglColor* color
)
Parameters
- color
- 
            Type: CoglColorThe color to paint, or NULL.The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: ClutterPaintNode
The newly created ClutterPaintNode. Use
  clutter_paint_node_unref() when done.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |