Method
ClutterColorinterpolate
since: 1.6
Declaration [src]
void
clutter_color_interpolate (
const ClutterColor* initial,
const ClutterColor* final,
gdouble progress,
ClutterColor* result
)
Description [src]
Interpolates between initial
and final
ClutterColor
s
using progress
.
Available since: 1.6
Parameters
final
-
Type:
ClutterColor
The final
ClutterColor
.The data is owned by the caller of the function. progress
-
Type:
gdouble
The interpolation progress.
result
-
Type:
ClutterColor
Return location for the interpolation.
The argument will be set by the function. The data is owned by the caller of the function.