La classe Imagick
PHP Manual

Imagick::getImagePixelColor

(No version information available, might be only in CVS)

Imagick::getImagePixelColorReturns the color of the specified pixel

Description

ImagickPixel Imagick::getImagePixelColor ( int $x , int $y )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Returns the color of the specified pixel.

Liste de paramètres

x

The x-coordinate of the pixel

y

The y-coordinate of the pixel

Valeurs de retour

Returns an ImagickPixel instance for the color at the coordinates given, throws ImagickException on error.

Erreurs / Exceptions

Throws ImagickException on error.


La classe Imagick
PHP Manual