]> granicus.if.org Git - php/commitdiff
- MFB
authorPierre Joye <pajoye@php.net>
Tue, 11 Sep 2007 21:31:14 +0000 (21:31 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 11 Sep 2007 21:31:14 +0000 (21:31 +0000)
ext/gd/libgd/gd.h

index 29ef59a14fb2482fbdb1fcbf055ff20c567c3dab..d51f0a88c6faf0f1832cc5927442a7d6aff7de29 100644 (file)
@@ -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);