imagecolorresolve
(PHP 4, PHP 5, PHP 7, PHP 8)
imagecolorresolve — 取得指定顏色的索引值或有可能得到的最接近的替代值
說明
imagecolorresolve(
resource
int
int
int
): int
resource
$image
,int
$red
,int
$green
,int
$blue
): int
本函式可以保證對所請求的顏色返回一個顏色索引,要麼是確切值要麼是所能得到最接近的替代值。
如果從檔案建立了影象,只有影象中使用了的顏色會被辨析。僅出現在調色板中的顏色不會被辨析。