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

__construct() public method

Pixelate constructor.
public __construct ( integer $amount )
$amount integer The size of pixelation. >= 1
    public function __construct($amount)
    {
        $this->amount = (int) $amount;
    }