ImageColorDeAllocate

(PHP 3>= 3.0.6, PHP 4 >= 4.0.0)

ImageColorDeAllocate --  Egy színt szabadít fel egy képből

Leírás

int imagecolordeallocate (int im, int index)

Az ImageColorDeAllocate() funkció felszabadít egy korábban az ImageColorAllocate() által lefoglalt színt.


$feher = ImageColorAllocate($im, 255, 255, 255);
ImageColorDeAllocate($im, $feher);