imagecolorresolve

(PHP 4, PHP 5, PHP 7, PHP 8)

imagecolorresolve取得指定顏色的索引值或有可能得到的最接近的替代值

說明

imagecolorresolve(
    resource $image,
    int $red,
    int $green,
    int $blue
): int

本函數可以保證對所請求的顏色返回一個顏色索引,要么是確切值要么是所能得到最接近的替代值。

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

參見 imagecolorclosest()