Constructor
GskOpacityNodenew
Declaration [src]
GskRenderNode*
gsk_opacity_node_new (
  GskRenderNode* child,
  float opacity
)
Parameters
- child
- 
            Type: GskRenderNodeThe node to draw. The data is owned by the caller of the function. 
- opacity
- 
            Type: floatThe opacity to apply. 
Return value
Type: GskOpacityNode
A new GskRenderNode
| The caller of the function takes ownership of the data, and is responsible for freeing it. |