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 |
graphene_matrix_t |
No description available. | |
The data is owned by the caller of the function. | |
viewport |
cairo_rectangle_t |
No description available. | |
The data is owned by the caller of the function. | |
width |
float |
No description available. | |
height |
float |
No description available. | |
opacity |
guint8 |
No description available. |
Return value
Returns: | ClutterPaintNode |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |