Imagick::cycleColormapImage
(PECL imagick 2.0.0)
Imagick::cycleColormapImage — Displaces an image's colormap
Описание
bool Imagick::cycleColormapImage
( int $displace
)
ВниманиеК настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов.
Displaces an image's colormap by a given number of positions. If you
cycle the colormap a number of times you can produce a psychedelic
effect.
Список параметров
-
displace
-
The amount to displace the colormap.
Возвращаемые значения
Returns TRUE on success.
Errors/Exceptions
Throws ImagickException on error.