BlendNode
Description:
[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
public BlendNode (RenderNode bottom, RenderNode top, BlendMode blend_mode)
public BlendNode (RenderNode bottom, RenderNode top, BlendMode blend_mode)
Creates a `GskRenderNode` that will use blend_mode to blend the top node onto the bottom node.
Parameters:
| bottom |
The bottom node to be drawn |
| top |
The node to be blended onto the |
| blend_mode |
The blend mode to use |
Returns:
|
A new `GskRenderNode` |