ImageColorDeAllocate
(PHP 4, PHP 5)
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);