imagecolorset

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Set the color for the specified palette index
imagecolorset(    GdImage $image,    int $color,    int $red,    int $green,    int $blue,    int $alpha 0): ?bool