replacement of floating point ops with fixed point

This commit is contained in:
Tomas Frydrych
2007-01-16 10:39:18 +00:00
parent 884cc0f5cf
commit 3b7a8c0c5c
6 changed files with 134 additions and 92 deletions

View File

@ -67,6 +67,9 @@ void clutter_color_darken (const ClutterColor *src,
void clutter_color_shade (const ClutterColor *src,
ClutterColor *dest,
gdouble shade);
void clutter_color_shadex (const ClutterColor *src,
ClutterColor *dest,
ClutterFixed shade);
void clutter_color_to_hls (const ClutterColor *src,
guint8 *hue,