Home
last modified time | relevance | path

Searched refs:maxColors (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c1469 int maxColors = gdMaxColors; in gdImageTrueColorToPaletteBody() local
1494 maxColors--; in gdImageTrueColorToPaletteBody()
1496 if (colorsWanted > maxColors) in gdImageTrueColorToPaletteBody()
1498 colorsWanted = maxColors; in gdImageTrueColorToPaletteBody()

Completed in 8 milliseconds