gsk.blur_node
Module for [BlurNode] class
class BlurNode
Types 1
A render node applying a blur effect to its single child.
Methods
gsk.render_node.RenderNode getChild()Retrieves the child [gsk.render_node.RenderNode] of the blur node. Returns: the blurred child nodefloat getRadius()Retrieves the blur radius of the node. Returns: the blur radiusConstructors
this(gsk.render_node.RenderNode child, float radius)Creates a render node that blurs the child.