GoLang Imagick::getImageColormapColor

request it (171)
GoLang replacement for PHP's Imagick::getImageColormapColor [edit | history]



Do you know a GoLang replacement for PHP's Imagick::getImageColormapColor? Write it!

PHP Imagick::getImageColormapColor

PHP original manual for Imagick::getImageColormapColor [ show | php.net ]

Imagick::getImageColormapColor

(PECL imagick 2.0.0)

Imagick::getImageColormapColorReturns the color of the specified colormap index

Description

ImagickPixel Imagick::getImageColormapColor ( int $index )

Returns the color of the specified colormap index.

Parameters

index

The offset into the image colormap.

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.