Constructor
ClutterPageTurnEffectnew
Declaration [src]
ClutterEffect*
clutter_page_turn_effect_new (
  gdouble period,
  gdouble angle,
  gfloat radius
)
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. |