OpacityNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public OpacityNode (RenderNode child, float opacity)
public OpacityNode (RenderNode child, float opacity)
Creates a `GskRenderNode` that will drawn the child with reduced opacity.
Parameters:
| child |
The node to draw |
| opacity |
The opacity to apply |
Returns:
|
A new `GskRenderNode` |