(PHP 3 >= 3.0.6, PHP 4, PHP 5)
関数imagecolordeallocate()は、関数 imagecolorallocate()または imagecolorallocatealpha()で確保された色を開放します。
$white = imagecolorallocate($im, 255, 255, 255);imagecolordeallocate($im, $white);
imagecolorallocate()と imagecolorallocatealpha()も参照してください。