Method

ClutterColorinterpolate

Declaration [src]

void
clutter_color_interpolate (
  const ClutterColor* initial,
  const ClutterColor* final,
  gdouble progress,
  ClutterColor* result
)

Description [src]

Interpolates between initial and final ClutterColors using progress.

Available since:1.6

Parameters

final ClutterColor
 

The final ClutterColor.

 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.