PHP Class Grafika\Imagick\Filter\Blur

Inheritance: implements Grafika\FilterInterface
Afficher le fichier Open project: kosinix/grafika

Protected Properties

Свойство Type Description
$amount integer

Méthodes publiques

Méthode Description
__construct ( integer $amount = 1 ) Blur constructor.
apply ( Image $image ) : Image

Method Details

__construct() public méthode

Blur constructor.
public __construct ( integer $amount = 1 )
$amount integer The amount of blur to apply. Possible values 1-100.

apply() public méthode

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
Résultat Grafika\Imagick\Image

Property Details

$amount protected_oe property

protected int $amount
Résultat integer