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() nothrowRetrieves the child [gsk.render_node.RenderNode] of the blur node. Returns: the blurred child nodeConstructors
this(gsk.render_node.RenderNode child, float radius)Creates a render node that blurs the child.