Enlightenment CVS committal Author : raster Project : e17 Module : libs/imlib2
Dir : e17/libs/imlib2/src/lib Modified Files: color_helpers.h Log Message: include math! and stuff. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/color_helpers.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- color_helpers.h 1 Nov 2004 09:45:30 -0000 1.1 +++ color_helpers.h 20 Sep 2005 08:49:24 -0000 1.2 @@ -1,6 +1,12 @@ #ifndef __COLOR_HELPERS #define __COLOR_HELPERS 1 +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> +#include <string.h> +#include <math.h> + void __imlib_rgb_to_hsv(int r, int g, int b, float *hue, float *saturation, float *value); void __imlib_hsv_to_rgb(float hue, float saturation, float value, int *r, int *g, int *b); void __imlib_rgb_to_hls(int r, int g, int b, float *hue, float *lightness, float *saturation); ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs