PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

imagecolorexact> <imagecolorclosesthwb
Last updated: Fri, 22 Aug 2008

view this page in

imagecolordeallocate

(PHP 4, PHP 5)

imagecolordeallocateLöscht eine Farbdefinition

Beschreibung:

int imagecolordeallocate ( resource $im , int $index )

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

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



add a note add a note User Contributed Notes
imagecolordeallocate
There are no user contributed notes for this page.

imagecolorexact> <imagecolorclosesthwb
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites