Method
ClutterColorinterpolate
Declaration [src]
void
clutter_color_interpolate (
const ClutterColor* initial,
const ClutterColor* final,
gdouble progress,
ClutterColor* result
)
Parameters
final-
Type:
ClutterColorThe final
ClutterColor.The data is owned by the caller of the method. progress-
Type:
gdoubleThe interpolation progress.
result-
Type:
ClutterColorReturn location for the interpolation.
The argument will be set by the function. The data is owned by the instance.