Grafika\Imagick\Filter\Gamma::__construct PHP Method

__construct() public method

Gamma constructor.
public __construct ( float $amount )
$amount float The amount of gamma correction to apply. >= 1.0
    public function __construct($amount)
    {
        $this->amount = (double) $amount;
    }