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