| Top |
| ClutterActor * | mx_deform_waves_new () |
| gdouble | mx_deform_waves_get_period () |
| void | mx_deform_waves_set_period () |
| gdouble | mx_deform_waves_get_angle () |
| void | mx_deform_waves_set_angle () |
| gdouble | mx_deform_waves_get_radius () |
| void | mx_deform_waves_set_radius () |
| gdouble | mx_deform_waves_get_amplitude () |
| void | mx_deform_waves_set_amplitude () |
GObject
╰── GInitiallyUnowned
╰── ClutterActor
╰── MxWidget
╰── MxDeformTexture
╰── MxDeformWaves
MxDeformWaves implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface and MxStylable.
void mx_deform_waves_set_period (MxDeformWaves *waves,gdouble period);
void mx_deform_waves_set_radius (MxDeformWaves *waves,gdouble radius);
void mx_deform_waves_set_amplitude (MxDeformWaves *waves,gdouble amplitude);
struct MxDeformWaves;
The contents of this structure is private and should only be accessed using the provided API.
“amplitude” property “amplitude” gdouble
Effect amplitude.
Flags: Read / Write
Allowed values: >= 0
Default value: 1
“angle” property “angle” gdouble
Effect rotation angle.
Flags: Read / Write
Allowed values: [0,6.28319]
Default value: 0
“period” property “period” gdouble
Effect period.
Flags: Read / Write
Allowed values: >= 0
Default value: 0