BlurNode

class BlurNode(*args, **kwargs)

Superclasses: RenderNode

Constructors:

BlurNode(**properties)
new(child:Gsk.RenderNode, radius:float) -> Gsk.BlurNode

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 blur node.

get_radius() float

Retrieves the blur radius of the node.