PHP 클래스 Grafika\Imagick\Filter\Blur

상속: implements Grafika\FilterInterface
파일 보기 프로젝트 열기: kosinix/grafika

보호된 프로퍼티들

프로퍼티 타입 설명
$amount integer

공개 메소드들

메소드 설명
__construct ( integer $amount = 1 ) Blur constructor.
apply ( Image $image ) : Image

메소드 상세

__construct() 공개 메소드

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

apply() 공개 메소드

public apply ( Image $image ) : Image
$image Grafika\Imagick\Image
리턴 Grafika\Imagick\Image

프로퍼티 상세

$amount 보호되어 있는 프로퍼티

protected int $amount
리턴 integer