« PHP:imagecolorset()的用法 时间:2024-3-1 21:45 作者:韩俊 分类: PHP imagecolorset (PHP 4, PHP 5) imagecolorset — 给指定调色板索引设定颜色 说明 void imagecolorset ( resource $image , int $index , int $red , int $green , int $blue ) 本函数将调色板中指定的索引设定为指定的颜色。对于在调色板图像中创建类似区域填充(flood-fill)的效果很有用,免去了真的去填充的开销。 参见 imagecolorat()。 标签: php php教程 上一篇PHP:imagecolorresolvealpha()的用法 下一篇PHP:imagecolorsforindex()的用法 热门推荐 1 PHP 接入微信扫码支付总结(总结篇)2 PHP中加速、缓存扩展的区别和作用详解(eAccelerator、memcached、xcache、APC )3 php文件上传的两种实现方法4 PHP insert语法详解5 php导出生成word的方法6 PHP:pg_cancel_query()的用法7 smarty循环嵌套用法示例分析8 将thinkphp3升级为thinkphp5的原因有哪些9 如何使用ThinkPHP搭建网站10 PHP实现上一篇下一篇的方法实例总结