Method
ClutterColorinterpolate
Declaration [src]
void
clutter_color_interpolate (
const ClutterColor* initial,
const ClutterColor* final,
gdouble progress,
ClutterColor* result
)
Parameters
final |
ClutterColor |
The final |
|
The data is owned by the caller of the function. | |
progress |
gdouble |
The interpolation progress. |
|
result |
ClutterColor |
Return location for the interpolation. |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |