Gmagick::modulateimage
(PECL gmagick >= Unknown)
Gmagick::modulateimage — Control the brightness, saturation, and hue
Описание
public void Gmagick::modulateimage
( float $brightness
, float $saturation
, float $hue
)
Список параметров
-
brightness
-
The percent change in brighness (-100 thru +100).
-
saturation
-
The percent change in saturation (-100 thru +100)
-
hue
-
The percent change in hue (-100 thru +100)
Возвращаемые значения
The Gmagick object on success
Ошибки
Вызывает
GmagickException при ошибке.