Method
ClutterIntervalcompute_value
Declaration [src]
gboolean
clutter_interval_compute_value (
ClutterInterval* interval,
gdouble factor,
GValue* value
)
Description [src]
Computes the value between the interval
boundaries given the
progress factor
and copies it into value
.
Available since: | 1.0 |
Parameters
factor |
gdouble |
The progress factor, between 0 and 1 |
|
value |
GValue |
Return location for an initialized |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |