Imagick::setImageColormapColor
(No version information available, might be only in CVS)
Imagick::setImageColormapColor — Sets the color of the specified colormap index
Description
bool Imagick::setImageColormapColor
(
int $index
,
ImagickPixel $color
)
WarningThis function is
currently not documented; only its argument list is available.
Sets the color of the specified colormap index.
Return Values
Returns TRUE on success.
Errors/Exceptions
Throws ImagickException on error.