GmagickPixel::__construct
(PECL gmagick >= Unknown)
GmagickPixel::__construct — The GmagickPixel constructor
Описание
public GmagickPixel::__construct
([ string
$color
] )Constructs an GmagickPixel object. If a color is specified, the object is constructed and then initialised with that color before being returned.
Список параметров
-
color
-
The optional color string to use as the initial value of this object.
Возвращаемые значения
The GmagickPixel object on success.
- 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