网站首页

>>

PHP初级教程手册


函数:ImageColorTransparent()



ImageColorTransparent

指定透明背景色。

语法: int imagecolortransparent(int im, int [col]);

返回值: 整数

函数种类: 图形处理

内容说明

本函数用来指定某色为透明背景。参数 im 为使用 imagecreate() 打开图形的 handle。参数 col 为 ImageColorAllocate() 所匹配的颜色。返回值为新的透明背景色。



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|