Gsk.BlurNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
|
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gsk.BlurNode¶
- Bases:
- Abstract:
No
A render node applying a blur effect to its single child.
- classmethod new(child, radius)¶
- Parameters:
child (
Gsk.RenderNode
) – the child node to blurradius (
float
) – the blur radius. Must be positive
- Returns:
a new
GskRenderNode
- Return type:
Creates a render node that blurs the child.
- get_child()¶
- Returns:
the blurred child node
- Return type:
Retrieves the child
GskRenderNode
of the blur self.