<?php imagetruecolortopalette(GdImage $image, bool $dither, int $num_colors): bool
<?php if (is_numeric($count) && $count <= 256) { imagetruecolortopalette($resource, true, $count); }