GmagickPixel::getcolor
(PECL gmagick >= Unknown)
GmagickPixel::getcolor — Returns the color
说明
public mixed GmagickPixel::getcolor
([
bool $as_array
= false
[,
bool $normalize_array
= false
]] )
参数
-
as_array
-
TRUE
to indicate return of array instead of string.
-
normalize_array
-
TRUE
to normalize the color values.
返回值
A string or an array of channel values, each normalized if TRUE
is given as normalize_array
. Throws GmagickPixelException on error.