Imagick::setImageColormapColor

(PECL imagick 2.0.0)

Imagick::setImageColormapColorSets the color of the specified colormap index

Beskrivelse

bool Imagick::setImageColormapColor ( int $index , ImagickPixel $color )

Sets the color of the specified colormap index.

Parametre

index

color

Returnerings Værdier

Returns TRUE on success.

Fejl/Undtagelser

Throws ImagickException on error.

add a note add a note

User Contributed Notes

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