Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16207 программистов и 1779 роботов. Сейчас ищут 1726 программистов ...
GmagickPixel::setcolor - Sets the color
Вернуться к: GmagickPixel
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.
Вернуться к: GmagickPixel