The Imagick class
PHP Manual

Imagick::cycleColormapImage

(PECL imagick 2.0.0)

Imagick::cycleColormapImageDisplaces 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.

Връщани стойности

Връща TRUE при успех.

Грешки/Изключения

Хвърля ImagickException при грешка.


The Imagick class
PHP Manual