PHP 圖像處理PHP 圖像處理

imagecolorexact — 取得指定顏色的索引值。

語法

int imagecolorexact ( resource $image , int $red , int $green , int $blue )

返回圖像調(diào)色板中指定顏色的索引值。

如果顏色不在圖像的調(diào)色板中,返回 -1。

如果從文件創(chuàng)建了圖像,只有圖像中使用了的顏色會被辨析。僅出現(xiàn)在調(diào)色板中的顏色不會被辨析。

相關(guān)文章

PHP 圖像處理PHP 圖像處理