PHP imagecolorclosest – 取得与指定的颜色最接近的颜色的索引值
PHP imagecolorclosest - 取得与指定的颜色最接近的颜色的索引值
imagecolorclosest — 取得与指定的颜色最接近的颜色的索引值。
语法
int imagecolorclosest ( resource $image , int $red , int $green , int $blue )
返回图像调色板中与指定的 RGB 值最"接近"的颜色。
指定的颜色与调色板中的每个颜色的"距离"的计算方法是把 RGB 值当成三维空间中点的坐标。
如果从文件创建了图像,只有图像中使用了的颜色会被辨析。仅出现在调色板中的颜色不会被辨析。
相关文章
- imagecolorexact() 取得指定颜色的索引值。
相关文章
- PHP 字符串
- PHP Cookie
- PHP Session
- PHP JSON
- PHP array_chunk() 函数
- PHP array_count_values() 函数
- PHP array_diff_uassoc() 函数
- PHP array_fill() 函数
- PHP array_intersect_ukey() 函数
- PHP array_merge() 函数
- PHP array_replace_recursive() 函数
- PHP array_udiff_uassoc() 函数
- PHP array_uintersect_assoc() 函数
- PHP compact() 函数
- PHP each() 函数
- PHP key() 函数
- PHP reset() 函数
- PHP rsort() 函数
- PHP Filter 函数
- PHP 5 MySQLi 函数