ImageColorDeAllocate

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

ImageColorDeAllocate -- Löscht eine Farbdefinition

Beschreibung:

int imagecolordeallocate (int im, int index)

Die Funktion ImageColorDeAllocate() löscht eine vorher über ImageColorAllocate() ermittelte Farbe.


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