BlurNode#
- class BlurNode(*args, **kwargs)#
Superclasses: RenderNode
A render node applying a blur effect to its single child.
Constructors#
- class BlurNode
- classmethod new(child: RenderNode, radius: float) BlurNode #
Creates a render node that blurs the child.
- Parameters:
child – the child node to blur
radius – the blur radius. Must be positive
Methods#
- class BlurNode
- get_child() RenderNode #
Retrieves the child
GskRenderNode
of the blurnode
.