ShadowNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public ShadowNode (RenderNode child, Shadow[] shadows)
public ShadowNode (RenderNode child, Shadow[] shadows)
Creates a `GskRenderNode` that will draw a child with the given shadows below it.
Parameters:
| child |
The node to draw |
| shadows |
The shadows to apply |
| n_shadows |
number of entries in the |
Returns:
|
A new `GskRenderNode` |