:right-sidebar: True BlurNode =================================================================== .. currentmodule:: gi.repository.Gsk .. class:: BlurNode(*args, **kwargs) :no-contents-entry: Superclasses: :class:`~gi.repository.Gsk.RenderNode` A render node applying a blur effect to its single child. Constructors ------------ .. rst-class:: interim-class .. class:: BlurNode :no-index: .. classmethod:: new(child: ~gi.repository.Gsk.RenderNode, radius: float) -> ~gi.repository.Gsk.BlurNode Creates a render node that blurs the child. :param child: the child node to blur :param radius: the blur radius. Must be positive Methods ------- .. rst-class:: interim-class .. class:: BlurNode :no-index: .. method:: get_child() -> ~gi.repository.Gsk.RenderNode Retrieves the child ``GskRenderNode`` of the blur ``node``\. .. method:: get_radius() -> float Retrieves the blur radius of the ``node``\.