BlurNode.this

Creates a render node that blurs the child.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gsk.render_node.RenderNode child, float radius)
    class BlurNode

Parameters

child gsk.render_node.RenderNode

the child node to blur

radius float

the blur radius. Must be positive

Return Value