PHP匹配颜色函数的使用技巧
PHP匹配颜色函数为imagecolorallocate,许多PHP程序员们在处理图形的时候,经常会用到这一函数。下面我们就为大家具体介绍这一函数的相关用法。
定义
匹配颜色。
语法:
int imagecolorallocate(int im, int red, int green, int blue);
返回值:
整数
函数种类:
图形处理
PHP匹配颜色函数内容说明:
本函数用来匹配图形的颜色,供其它绘图函数使用。参数 im 表示图形的 handle。参数 red、green、blue 是色彩三原色,其值从 0 至 255。
相关推荐
zyyjay 2020-11-09
xuebingnan 2020-11-05
samtrue 2020-11-22
stefan0 2020-11-22
yifangs 2020-10-13
songshijiazuaa 2020-09-24
hebiwtc 2020-09-18
天步 2020-09-17
83911535 2020-11-13
whatsyourname 2020-11-13
zhouyuqi 2020-11-10
Noneyes 2020-11-10
mathchao 2020-10-28
王志龙 2020-10-28
wwwsurfphpseocom 2020-10-28
diskingchuan 2020-10-23
savorTheFlavor 2020-10-23