PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<imagecolorclosesthwbimagecolorexact>
Last updated: Mon, 16 Jul 2012

imagecolordeallocate

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

imagecolordeallocate -- 取消图像颜色的分配

说明

int imagecolordeallocate ( resource image, int color )

imagecolordeallocate() 函数取消先前由 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。

<?php
$white
= imagecolorallocate ($im, 255, 255, 255);
imagecolordeallocate ($im, $white);
?>

参见 imagecolorallocate()imagecolorallocatealpha()




<imagecolorclosesthwbimagecolorexact>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST