(3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0)
The ImageColorDeAllocate() function de-allocates a color previously allocated with the ImageColorAllocate() function.
$white = ImageColorAllocate($im, 255, 255, 255); ImageColorDeAllocate($im, $white);