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

__construct() public method

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;
    }