Constructor
ClutterRootNodenew
Declaration [src]
ClutterPaintNode*
clutter_root_node_new (
  CoglFramebuffer* framebuffer,
  ClutterColorState* color_state,
  const CoglColor* clear_color,
  CoglBufferBit clear_flags
)
Parameters
- framebuffer
- 
            Type: CoglFramebufferNo description available. The data is owned by the caller of the function. 
- color_state
- 
            Type: ClutterColorStateNo description available. The data is owned by the caller of the function. 
- clear_color
- 
            Type: CoglColorNo description available. The data is owned by the caller of the function. 
- clear_flags
- 
            Type: CoglBufferBitNo description available. 
Return value
Type: ClutterPaintNode
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |