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

__construct() 공개 메소드

Dither an image.
public __construct ( string $type = 'diffusion' )
$type string Dithering algorithm to use. Options: diffusion, ordered. Defaults to diffusion.
    public function __construct($type = 'diffusion')
    {
        $this->type = $type;
    }