Constructor
GskBlurNodenew
Declaration [src]
GskRenderNode*
gsk_blur_node_new (
  GskRenderNode* child,
  float radius
)
Parameters
- child
- 
            Type: GskRenderNodeThe child node to blur. The data is owned by the caller of the function. 
- radius
- 
            Type: floatThe blur radius. Must be positive. 
Return value
Type: GskBlurNode
A new GskRenderNode
| The caller of the function takes ownership of the data, and is responsible for freeing it. |