gdImageColorExact 3254 ext/gd/gd.c    	RETURN_LONG(gdImageColorExact(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue)));
gdImageColorExact 2419 ext/gd/libgd/gd.c 				nc = gdImageColorExact(dst, ncR, ncG, ncB);
gdImageColorExact  392 ext/gd/libgd/gd.h int gdImageColorExact(gdImagePtr im, int r, int g, int b);