Grayscale

扩展 ImageFilter

将图像转换为灰度色的图像过滤器类。

2.5.0

Joomla CMS

方法

__construct

类构造函数。

__construct( handle) : 
继承

1.7.3

抛出

InvalidArgumentException

RuntimeException

参数

handle

resource要应用过滤器的图像资源。

响应

混合

execute

用于将过滤器应用于图像资源的方法。

execute(mixed||string|int options = []) : 

2.5.0

参数

options

array<string|int, mixed>过滤器选项数组。

响应

void

属性

handle

图像资源句柄。

继承

2.5.0

类型

GdImage