[ CCode ( has_construct_function = false , type = "GskRenderNode*" ) ]
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.
bottom |
The bottom node to be drawn |
top |
The node to be blended onto the |
blend_mode |
The blend mode to use |
A new `GskRenderNode` |