超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<imagecolorclosesthwbimagecolorexact>
Last updated: Fri, 22 Jun 2007

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()




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

<imagecolorclosesthwbimagecolorexact>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22