BlendNode.this

Creates a gsk.render_node.RenderNode that will use blend_mode to blend the top node onto the bottom node.

Parameters

bottom gsk.render_node.RenderNode

The bottom node to be drawn

top gsk.render_node.RenderNode

The node to be blended onto the bottom node

blendMode gsk.types.BlendMode

The blend mode to use

Return Value