colorsWanted      164 ext/gd/gd.c    	ZEND_ARG_INFO(0, colorsWanted)
colorsWanted      564 ext/gd/libgd/gd.h gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int ditherFlag, int colorsWanted);
colorsWanted      566 ext/gd/libgd/gd.h void gdImageTrueColorToPalette(gdImagePtr im, int ditherFlag, int colorsWanted);
colorsWanted     1757 ext/gd/libgd/gd_topal.c static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr *cimP);
colorsWanted     1759 ext/gd/libgd/gd_topal.c gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int dither, int colorsWanted)
colorsWanted     1762 ext/gd/libgd/gd_topal.c 	gdImageTrueColorToPaletteBody(im, dither, colorsWanted, &nim);
colorsWanted     1766 ext/gd/libgd/gd_topal.c void gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted)
colorsWanted     1768 ext/gd/libgd/gd_topal.c 	gdImageTrueColorToPaletteBody(im, dither, colorsWanted, 0);
colorsWanted     1779 ext/gd/libgd/gd_topal.c static void gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, int colorsWanted, gdImagePtr *cimP)
colorsWanted     1815 ext/gd/libgd/gd_topal.c   if (colorsWanted > maxColors)
colorsWanted     1817 ext/gd/libgd/gd_topal.c       colorsWanted = maxColors;
colorsWanted     1942 ext/gd/libgd/gd_topal.c   select_colors (oim, nim, cquantize, colorsWanted);