PHP Doku:: Returns the color - gmagickpixel.getcolor.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungGmagickThe GmagickPixel classGmagickPixel::getcolor

Ein Service von Reinhard Neidl - Webprogrammierung.

The GmagickPixel class

<<GmagickPixel::__construct

GmagickPixel::getcolorcount>>

GmagickPixel::getcolor

(PECL gmagick >= Unknown)

GmagickPixel::getcolorReturns the color

Beschreibung

public void GmagickPixel::getcolor ([ bool $as_array [, bool $normalize_array ]] )

Returns the color described by the GmagickPixel object, as an array. If the color has an opacity channel set, this is provided as a fourth value in the list.

Parameter-Liste

as_array

True to indicate return of array instead of string

normalize_array

Normalize the color values

Rückgabewerte

An array of channel values, each normalized if TRUE is given as param. Throws GmagickPixelException on error.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)