Manuel PHP
Imagick::getImagePixelColor
(No version information available, might be only in CVS)
Imagick::getImagePixelColor — Returns the color of the specified pixel
Description
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.
Remonter 
