GmagickPixel::getcolor
(PECL gmagick >= Unknown)
GmagickPixel::getcolor — Returns the color
Описание
Returns the color described by the GmagickPixel object, as an array. If the color has an opacity channel set, this is provided as a fourth value in the list.
Список параметров
-
as_array
-
True to indicate return of array instead of string
-
normalize_array
-
Normalize the color values
Возвращаемые значения
An array of channel values, each normalized if TRUE is given as param. Throws GmagickPixelException on error.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Обработка и генерация изображений
- Gmagick
- Функция GmagickPixel::__construct() - The GmagickPixel constructor
- Функция GmagickPixel::getcolor() - Returns the color
- Функция GmagickPixel::getcolorcount() - Returns the color count associated with this color
- Функция GmagickPixel::getcolorvalue() - Gets the normalized value of the provided color channel
- Функция GmagickPixel::setcolor() - Sets the color
- Функция GmagickPixel::setcolorvalue() - Sets the normalized value of one of the channels
Коментарии
404 Not Found