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 node
float getRadius()Retrieves the blur radius of the node. Returns: the blur radius
Constructors
this(void * ptr, Flag!"Take" take)
this(gsk.render_node.RenderNode child, float radius)Creates a render node that blurs the child.