gdImageTrueColorPixel 2863 gd.c RETURN_LONG(gdImageTrueColorPixel(im, x, y)); gdImageTrueColorPixel 2821 libgd/gd.c p1 = im1->trueColor ? gdImageTrueColorPixel(im1, x, y) : gdImagePalettePixel(im1, x, y); gdImageTrueColorPixel 2822 libgd/gd.c p2 = im2->trueColor ? gdImageTrueColorPixel(im2, x, y) : gdImagePalettePixel(im2, x, y);