PHP GD imagecolorexact() 函数
PHP imagecolorexact() 函数用于取得指定颜色的索引值
函数原型
int imagecolorexact ( resource $image , int $red , int $green , int $blue )
如果从文件创建了图像,只有图像中使用了的颜色会被辨析。仅出现在调色板中的颜色不会被辨析。
返回值
返回图像调色板中指定颜色的索引值
如果颜色不在图像的调色板中,返回 -1
延伸阅读
- imagecolorclosest() 取得与指定的颜色最接近的颜色的索引值