Grafika\Imagick\Filter\Pixelate::__construct PHP 메소드

__construct() 공개 메소드

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