Method
ClutterColorinterpolate
Declaration [src]
void
clutter_color_interpolate (
const ClutterColor* initial,
const ClutterColor* final,
gdouble progress,
ClutterColor* result
)
Parameters
final
-
Type:
ClutterColor
The final
ClutterColor
.The data is owned by the caller of the method. 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 instance.