(PHP 3>= 3.0.6, PHP 4 , PHP 5)
The imagecolordeallocate() function de-allocates a color previously allocated with imagecolorallocate() or imagecolorallocatealpha().
<?php$white = imagecolorallocate($im, 255, 255, 255);imagecolordeallocate($im, $white);?>
Смотрите также imagecolorallocate() and imagecolorallocatealpha().
Site Map | Printable View | XHTML 1.0 | CSS © 2008 - 2012 Лимбо