mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
replacement of floating point ops with fixed point
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user