imagecolorclosesthwb — 取得与指定的颜色最接近的色度的黑白色的索引。
int imagecolorclosesthwb ( resource $image , int $red , int $green , int $blue )
取得与给定颜色最接近的色度的黑白色的索引。
注意:此函数需要 GD 2.0.1 或更高版本(推荐 2.0.28 及更高版本)。
返回一个整数,是给定颜色最接近的色度的黑白色的索引。
<?php $im = imagecreatefromgif('php.gif'); echo 'HWB: ' . imagecolorclosesthwb($im, 116, 115, 152); imagedestroy($im); ?>
以上实例的输出类似于:
HWB: 33
在线实例
字符集 & 工具
最新更新
站点信息
关注我们