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: Sun, 25 Nov 2007

view this page in

imagecolordeallocate

(PHP 4, PHP 5)

imagecolordeallocate — Αποδεσμεύσtε ένα χρώμα για μία εικόνα

Περιγραφή

int imagecolordeallocate ( resource $image , int $color )

Η συνάρτηση imagecolordeallocate() αποδευσμεύει ένα χρώμα που δεσμεύτηκε προηγουμένως με τη συνάρτηση imagecolorallocate().

$white = imagecolorallocate ($im, 255, 255, 255);
imagecolordeallocate ($im, $white);



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

imagecolorexact> <imagecolorclosesthwb
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites