Class: Gsk::BlurNode
- Inherits:
-
RenderNode
- Object
- RenderNode
- Gsk::BlurNode
- Defined in:
- (unknown)
Overview
A render node applying a blur effect to its single child.
Instance Method Summary collapse
-
#child ⇒ Gsk::RenderNode
Retrieves the child
GskRenderNodeof the blur node. -
#initialize(child, radius) ⇒ Gsk::BlurNode
constructor
Creates a render node that blurs the child.
-
#radius ⇒ Gsk::gfloat
Retrieves the blur radius of the node.
Methods inherited from RenderNode
deserialize, #draw, #get_bounds, #node_type, #ref, #serialize, #unref, #write_to_file
Constructor Details
#initialize(child, radius) ⇒ Gsk::BlurNode
Creates a render node that blurs the child.
Instance Method Details
#child ⇒ Gsk::RenderNode
Retrieves the child GskRenderNode of the blur node.
#radius ⇒ Gsk::gfloat
Retrieves the blur radius of the node.