Constructor
ClutterPageTurnEffectnew
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 |
gdouble |
The period of the page curl, between 0.0 and 1.0 |
|
angle |
gdouble |
The angle of the page curl, between 0.0 and 360.0 |
|
radius |
gfloat |
The radius of the page curl, in pixels. |
Return value
Returns: | ClutterEffect |
The newly created |
|
The data is owned by the called function. |