Backgroundfill
扩展自 ImageFilter图像过滤器类,使用颜色填充背景;
自 |
3.4 |
---|---|
包 |
Joomla CMS |
方法
__construct
类构造函数。
__construct( handle) :
继承
自 |
1.7.3 |
---|---|
抛出 |
|
参数
- handle
resource
要应用过滤器的图像资源。
响应
混合
execute
用于将背景颜色应用于图像资源的方法。
execute(mixed||string|int options = []) :
自 |
3.4 |
---|---|
抛出 |
|
参数
- options
array<string|int, mixed>
过滤器的选项数组。color 背景遮罩颜色
响应
void
sanitizeColor
用于清理颜色值和/或转换为数组的方法
sanitizeColor( input) : mixed||string|int
自 |
3.4 |
---|---|
注意 |
'#FF0000FF' 返回一个 alpha 为 0(不透明)的数组 |
参数
- 输入
mixed
颜色和 alpha 的关联数组,或者当 alpha 为 FF 时为十六进制 RGBA 字符串(不透明)。默认为黑色和不透明 alpha。
响应
array<string|int, mixed>
红色、绿色、蓝色和 alpha 的关联数组
属性
handle
图像资源句柄。
继承
自 |
2.5.0 |
---|
类型
GdImage