圖形函式庫 ImageColorSet (PHP3 , PHP4) ImageColorSet --- 設定調色盤索引值的顏色 語法 : bool imagecolorset (int im, int index, int red, int green, int blue) 說明 : 設定調色盤中指定的索引值成為設定的顏色,可使用此函式來改變索引值的顏色,這樣圖形的顏色也會改變。 上一頁 首頁 下一頁
圖形函式庫
ImageColorSet
(PHP3 , PHP4)
ImageColorSet --- 設定調色盤索引值的顏色
語法 : bool imagecolorset (int im, int index, int red, int green, int blue)
bool imagecolorset (int im, int index, int red, int green, int blue)
bool imagecolorset
說明 :
設定調色盤中指定的索引值成為設定的顏色,可使用此函式來改變索引值的顏色,這樣圖形的顏色也會改變。