gdImageColorAllocate 2821 gd.c ct = gdImageColorAllocate(im, red, green, blue); gdImageColorAllocate 4398 gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); gdImageColorAllocate 4404 gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); gdImageColorAllocate 4569 gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); gdImageColorAllocate 4575 gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); gdImageColorAllocate 2331 libgd/gd.c nc = gdImageColorAllocate(dst, ncR, ncG, ncB); gdImageColorAllocate 508 libgd/gd.h int gdImageColorAllocate(gdImagePtr im, int r, int g, int b); gdImageColorAllocate 145 libgd/gd_wbmp.c white = gdImageColorAllocate(im, 255, 255, 255); gdImageColorAllocate 147 libgd/gd_wbmp.c black = gdImageColorAllocate(im, 0, 0, 0); gdImageColorAllocate 31 libgd/gddemo.c white = gdImageColorAllocate (im_out, 255, 255, 255); gdImageColorAllocate 54 libgd/gddemo.c red = gdImageColorAllocate (im_out, 255, 0, 0); gdImageColorAllocate 55 libgd/gddemo.c green = gdImageColorAllocate (im_out, 0, 255, 0); gdImageColorAllocate 56 libgd/gddemo.c blue = gdImageColorAllocate (im_out, 0, 0, 255); gdImageColorAllocate 245 libgd/gdtest.c colRed = gdImageColorAllocate (im3, 255, 0, 0); gdImageColorAllocate 246 libgd/gdtest.c colBlu = gdImageColorAllocate (im3, 0, 0, 255); gdImageColorAllocate 102 libgd/xbm.c gdImageColorAllocate(im, 255, 255, 255); gdImageColorAllocate 103 libgd/xbm.c gdImageColorAllocate(im, 0, 0, 0);