PHP 클래스 Grafika\Imagick\Filter\Brightness

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

보호된 프로퍼티들

프로퍼티 타입 설명
$amount integer

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Brightness constructor.
public __construct ( integer $amount )
$amount integer The amount of brightness to apply. >= -100 and <= -1 to darken. 0 for no change. >= 1 and <= 100 to brighten.

apply() 공개 메소드

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

프로퍼티 상세

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

protected int $amount
리턴 integer