class Gsk::BlendNode
- Gsk::BlendNode
- Gsk::RenderNode
- Reference
- Object
Overview
A render node applying a blending function between its two child nodes.
Defined in:
lib/gi-crystal/src/auto/gsk-4.0/blend_node.crConstructors
-
.new(bottom : Gsk::RenderNode, top : Gsk::RenderNode, blend_mode : Gsk::BlendMode) : self
Creates a
Gsk::RenderNode
that will use @blend_mode to blend the @top node onto the @bottom node. -
.new
Initialize a new
BlendNode
.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#blend_mode : Gsk::BlendMode
Retrieves the blend mode used by @node.
-
#bottom_child : Gsk::RenderNode
Retrieves the bottom
Gsk::RenderNode
child of the @node. -
#top_child : Gsk::RenderNode
Retrieves the top
Gsk::RenderNode
child of the @node.