PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<imagecolorresolvealphaimagecolorsforindex>
Last updated: Sat, 20 Oct 2007

imagecolorset

(PHP 3, PHP 4, PHP 5)

imagecolorset -- 给指定调色板索引设定颜色

说明

bool imagecolorset ( resource image, int index, int red, int green, int blue )

本函数将调色板中指定的索引设定为指定的颜色。对于在调色板图像中创建类似区域填充(flood-fill)的效果很有用,免去了真的去填充的开销。

参见 imagecolorat()




<imagecolorresolvealphaimagecolorsforindex>
 Last updated: Sat, 20 Oct 2007
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST