取得色表上指定索引的颜色。
语法: array imagecolorsforindex(int im, int index);
传回值: 阵列
函式种类: 图形处理
本函式用来取得调色盘上指定索引的颜色值。参数 index 为索引值。阵列传回值分别为红、绿、蓝三原色的值。
ImageColorAt() ImageColorSet()