Searched refs:maxColors (Results 1 – 1 of 1) sorted by relevance
1469 int maxColors = gdMaxColors; in gdImageTrueColorToPaletteBody() local1494 maxColors--; in gdImageTrueColorToPaletteBody()1496 if (colorsWanted > maxColors) in gdImageTrueColorToPaletteBody()1498 colorsWanted = maxColors; in gdImageTrueColorToPaletteBody()
Completed in 8 milliseconds