Brightness
继承自 ImageFilter图像过滤器类调整图像的亮度。
自 |
2.5.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
类构造函数。
__construct( handle) :
继承的
自 |
1.7.3 |
---|---|
抛出 |
|
参数
- handle
resource
要应用过滤器的图像资源。
响应
混合
execute
将过滤器应用于图像资源的方法。
execute(mixed||string|int options = []) :
自 |
2.5.0 |
---|---|
抛出 |
|
参数
- options
array<string|int, mixed>
过滤器的选项数组。
响应
void
属性
handle
图像资源句柄。
继承的
自 |
2.5.0 |
---|
类型
GdImage