PHP Class Grafika\Imagick\Filter\Gamma

Inheritance: implements Grafika\FilterInterface
Datei anzeigen Open project: kosinix/grafika

Protected Properties

Property Type Description
$amount float

Public Methods

Method Description
__construct ( float $amount ) Gamma constructor.
apply ( Image $image ) : Image

Method Details

__construct() public method

Gamma constructor.
public __construct ( float $amount )
$amount float The amount of gamma correction to apply. >= 1.0

apply() public method

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
return Grafika\Imagick\Image

Property Details

$amount protected_oe property

protected float $amount
return float