imagecolordeallocate 取消图像颜色的分配 php函数分享


imagecolordeallocate

(PHP 4, PHP 5)

imagecolordeallocate取消图像颜色的分配

说明

bool imagecolordeallocate ( resource $image , int $color )

imagecolordeallocate() 函数取消先前由 imagecolorallocate()imagecolorallocatealpha() 分配的颜色。 <?php
$white 
imagecolorallocate($im255255255);
imagecolordeallocate($im$white);
?>

参见 imagecolorallocate()imagecolorallocatealpha()

—-想了解更多的linux相关异常处理怎么解决关注<计算机技术网(www.ctvol.com)!!>



本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。

ctvol管理联系方式QQ:251552304

本文章地址:https://www.ctvol.com/htmltutorial/72515.html

(0)
上一篇 2020年4月14日
下一篇 2020年4月14日

精彩推荐