Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18003 программиста и 1739 роботов. Сейчас ищут 1248 программистов ...
GmagickPixel::__construct - The GmagickPixel constructor
Вернуться к: GmagickPixel
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.
Вернуться к: GmagickPixel