14 ClutterBlurEffect
A blur effect
14.1 Overview
<clutter-blur-effect>
is a sub-class of <clutter-effect>
that allows blurring a actor and its contents.
<clutter-blur-effect>
is available since Clutter 1.4
14.2 Usage
— Function:
clutter-blur-effect-new ⇒ (
ret <clutter-effect>
)
Creates a new <clutter-blur-effect>
to be used with
clutter-actor-add-effect
- ret
- the newly created
<clutter-blur-effect>
or ‘#f
’
Since 1.4