PHP 8.3.4 Released!

Imagick::getImageColormapColor

(PECL imagick 2, PECL imagick 3)

Imagick::getImageColormapColorReturns the color of the specified colormap index

Beschreibung

public Imagick::getImageColormapColor(int $index): ImagickPixel

Returns the color of the specified colormap index.

Parameter-Liste

index

The offset into the image colormap.

Rückgabewerte

Liefert true bei Erfolg.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top