Constructor
ClutterPageTurnEffectnew
since: 1.4
Declaration [src]
ClutterEffect*
clutter_page_turn_effect_new (
gdouble period,
gdouble angle,
gfloat radius
)
Description [src]
Creates a new ClutterPageTurnEffect instance with the given parameters.
Available since: 1.4
Parameters
period-
Type:
gdoubleThe period of the page curl, between 0.0 and 1.0
angle-
Type:
gdoubleThe angle of the page curl, between 0.0 and 360.0
radius-
Type:
gfloatThe radius of the page curl, in pixels.
Return value
Type: ClutterEffect
The newly created ClutterPageTurnEffect.
| The data is owned by the called function. |