Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16215 программистов и 1779 роботов. Сейчас ищут 1748 программистов ...
Imagick::getImagePixelColor - Returns the color of the specified pixel
Вернуться к: Imagick
Imagick::getImagePixelColor
(PECL imagick 2.0.0)
Imagick::getImagePixelColor — Returns the color of the specified pixel
Описание
Returns the color of the specified pixel.
Список параметров
-
x
-
The x-coordinate of the pixel
-
y
-
The y-coordinate of the pixel
Возвращаемые значения
Returns an ImagickPixel instance for the color at the coordinates given.
Ошибки
Вызывает ImagickException при ошибке.
Вернуться к: Imagick