GmagickPixel::getcolor
(PECL gmagick >= Unknown)
GmagickPixel::getcolor — Returns the color
Описание
public mixed GmagickPixel::getcolor
([
bool $as_array
[,
bool $normalize_array
]] )
Список параметров
-
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.