gsk.blend_node

Module for [BlendNode] class

class BlendNode

Types 1

A render node applying a blending function between its two child nodes.

Methods
gsk.types.BlendMode getBlendMode()Retrieves the blend mode used by node. Returns: the blend mode
gsk.render_node.RenderNode getBottomChild()Retrieves the bottom [gsk.render_node.RenderNode] child of the node. Returns: the bottom child node
gsk.render_node.RenderNode getTopChild()Retrieves the top [gsk.render_node.RenderNode] child of the node. Returns: the top child node
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode bottom, gsk.render_node.RenderNode top, gsk.types.BlendMode blendMode)Creates a [gsk.rendernode.RenderNode] that will use blendmode to blend the top node onto the bottom node.