imageistruecolor

Supported Versions: PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8
Finds whether an image is a truecolor image
imageistruecolor(GdImage $image): bool
        $color imagecolorat($image->getCore(), $x$y);



        if ( ! 
imageistruecolor($image->getCore())) {

            
$color imagecolorsforindex($image->getCore(), $color);

            
$color['alpha'] = round($color['alpha'] / 1272);

        }