JImageFilterBrightness

Extends \JImageFilter

Image Filter class adjust the brightness of an image.

package

Joomla.Platform

subpackage

Image

since

11.3

Methods

__construct

Class constructor.

__construct(resource $handle) 
inherited
since

11.3

throws

\InvalidArgumentException

Arguments

$handle

resourceThe image resource on which to apply the filter.

execute

Method to apply a filter to an image resource.

execute(array $options = array()) : void
inherited abstract
since

11.3

Arguments

$options

arrayAn array of options for the filter.

Properties

handle

The image resource handle.

inherited
since

11.3

Type(s)

resource