color: Add Color.interpolate() method
The interpolate() method does what it says on the tin: it interpolates between two colors using the given factor. ClutterColor uses it to register a progress function for Intervals.
This commit is contained in:
@@ -973,6 +973,7 @@ clutter_color_subtract
|
||||
clutter_color_lighten
|
||||
clutter_color_darken
|
||||
clutter_color_shade
|
||||
clutter_color_interpolate
|
||||
|
||||
<SUBSECTION>
|
||||
ClutterParamSpecColor
|
||||
|
Reference in New Issue
Block a user