BlurNode.this

Creates a render node that blurs the child.

  1. this(GskBlurNode* gskBlurNode, bool ownedRef)
  2. this(RenderNode child, float radius)
    class BlurNode
    this

Parameters

child RenderNode

the child node to blur

radius float

the blur radius

Return Value

a new GskRenderNode

Throws

ConstructionException GTK+ fails to create the object.

Meta