Negate

扩展 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

参数

选项

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

响应

void

属性

handle

图像资源句柄。

继承

2.5.0

类型

GdImage