From: Pierre Joye Date: Tue, 11 Sep 2007 21:31:14 +0000 (+0000) Subject: - MFB X-Git-Tag: RELEASE_2_0_0a1~1834 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a5a95752fac397ad34bea976e216bc9c3acdd9;p=php - MFB --- diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index 29ef59a14f..d51f0a88c6 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -639,7 +639,7 @@ int gdImageBrightness(gdImagePtr src, int brightness); int gdImageContrast(gdImagePtr src, double contrast); /* Simply adds or substracts respectively red, green or blue to a pixel */ -int gdImageColor(gdImagePtr src, int red, int green, int blue); +int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha); /* Image convolution by a 3x3 custom matrix */ int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);