Imagick::setImageColormapColor
(PECL imagick 2.0.0)
Imagick::setImageColormapColor — Sets the color of the specified colormap index
Описание
bool Imagick::setImageColormapColor
(
int $index
,
ImagickPixel $color
)
ВниманиеК настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов.
Sets the color of the specified colormap index.
Список параметров
-
index
-
-
color
-
Возвращаемые значения
Returns TRUE on success.
Errors/Exceptions
Throws ImagickException on error.