位置: 编程技术 - 正文
推荐整理分享PHP:imagecolorclosesthwb()的用法_GD库图像处理函数,希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4 >= 4.0.1, PHP 5)
imagecolorclosesthwb — 取得与给定颜色最接近的色度的黑白色的索引
说明 int imagecolorclosesthwb ( resource $image , int $red , int $green , int $blue )取得与给定颜色最接近的色度的黑白色的索引。
参数image
由图象创建函数(例如imagecreatetruecolor())返回的图象资源。
red红色成分的值。
green绿色成分的值。
blue蓝色成分的值。
返回值返回一个整数,是给定颜色最接近的色度的黑白色的索引。
范例
Example #1 使用 imagecolorclosesthwb() 的例子
<?php$im=imagecreatefromgif('php.gif');echo'HWB:'.imagecolorclosesthwb($im,,,);imagedestroy($im);?>以上例程的输出类似于:
更新日志版本 说明 5.3.0 在 Windows 平台上可用
参见imagecolorclosest() - 取得与指定的颜色最接近的颜色的索引值
PHP:imagecolordeallocate()的用法_GD库图像处理函数 imagecolordeallocate(PHP4,PHP5)imagecolordeallocate取消图像颜色的分配说明boolimagecolordeallocate(resource$image,int$color)imagecolordeallocate()函数取消先前由imagecolorallocate()或
PHP:imagecolorclosest()的用法_GD库图像处理函数 imagecolorclosest(PHP4,PHP5)imagecolorclosest取得与指定的颜色最接近的颜色的索引值说明intimagecolorclosest(resource$image,int$red,int$green,int$blue)返回图像调色板中与指
PHP:imagecolorclosestalpha()的用法_GD库图像处理函数 imagecolorclosestalpha(PHP4=4.0.6,PHP5)imagecolorclosestalpha取得与指定的颜色加透明度最接近的颜色说明intimagecolorclosestalpha(resource$image,int$red,int$green,int$blue,int$alpha)
标签: PHP:imagecolorclosesthwb()的用法_GD库图像处理函数
本文链接地址:https://www.jiuchutong.com/biancheng/288383.html 转载请保留说明!友情链接: 武汉网站建设