PHP Class Grafika\Imagick\Filter\Gamma

Inheritance: implements Grafika\FilterInterface
Afficher le fichier Open project: kosinix/grafika

Protected Properties

Свойство Type Description
$amount float

Méthodes publiques

Méthode Description
__construct ( float $amount ) Gamma constructor.
apply ( Image $image ) : Image

Method Details

__construct() public méthode

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

apply() public méthode

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
Résultat Grafika\Imagick\Image

Property Details

$amount protected_oe property

protected float $amount
Résultat float