Constructor
ClutterLayerNodenew
Declaration [src]
ClutterPaintNode*
clutter_layer_node_new (
const graphene_matrix_t* projection,
const cairo_rectangle_t* viewport,
float width,
float height,
guint8 opacity
)
Parameters
projection-
Type:
graphene_matrix_tNo description available.
The data is owned by the caller of the function. viewport-
Type:
cairo_rectangle_tNo description available.
The data is owned by the caller of the function. width-
Type:
floatNo description available.
height-
Type:
floatNo description available.
opacity-
Type:
guint8No 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. |