GmagickPixel::setcolor
(PECL gmagick >= Unknown)
GmagickPixel::setcolor — Sets the color
Описание
Sets the color described by the GmagickPixel object, with a string (e.g. "blue", "#0000ff", "rgb(0,0,255)", "cmyk(100,100,100,10)", etc.).
Список параметров
-
color
-
The color definition to use in order to initialise the GmagickPixel 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