php教程

imagecolordeallocate

(PHP 4, PHP 5, PHP 7)

imagecolordeallocate取消图像颜色的分配

说明

imagecolordeallocate ( resource $image , int $color ) : bool

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

<?php
$white 
imagecolorallocate($im255255255);
imagecolordeallocate($im$white);
?>

参见 imagecolorallocate()imagecolorallocatealpha()

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788