|
PHP5中文手册
imagecolorsforindex(PHP 4, PHP 5) imagecolorsforindex — 取得某索引的颜色 说明
array imagecolorsforindex
( resource $image
, int $index
)
本函数返回一个具有 red,green,blue 和 alpha 的键名的关联数组,包含了指定颜色索引的相应的值。
Example#1 imagecolorsforindex() 例子
<?php 本例将输出:
|