Searched refs:colorIndex2RGBA (Results 1 – 1 of 1) sorted by relevance
669 #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[… macro678 return colorIndex2RGBA(c); in getPixelOverflowPalette()1122 dst_img->tpixels[dst_offset_y][dst_offset_x++] = colorIndex2RGBA(im->pixels[m][n]); in gdImageScaleNearestNeighbour()
Completed in 13 milliseconds