(PHP 3>= 3.0.6, PHP 4 >= 4.0.0)
int imagecolordeallocate (int im, int index)
int imagecolordeallocate
Az ImageColorDeAllocate() funkció felszabadít egy korábban az ImageColorAllocate() által lefoglalt színt.
$feher = ImageColorAllocate($im, 255, 255, 255); ImageColorDeAllocate($im, $feher);