Forum und email

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);