PHP Doku:: The GmagickPixel class - class.gmagickpixel.html
Verlauf / Chronik / History:
(1)
anzeigen
ausblenden
The GmagickPixel class
Sie sind hier:
Doku-Startseite
≥
PHP-Handbuch
≥
Funktionsreferenz
≥
Bildverarbeitung und -generierung
≥
Gmagick
≥
The GmagickPixel class
Ein Service von Reinhard Neidl -
Webprogrammierung
.
Gmagick
<<
GmagickDraw::settextencoding
GmagickPixel::__construct
>>
∧
PHP-Handbuch
∧
Funktionsreferenz
∧
Bildverarbeitung und -generierung
∧
Gmagick
The Gmagick class
The GmagickDraw class
The GmagickPixel class
Vordefinierte Konstanten
Beispiele
Installation/Konfiguration
Einführung
UnterSeiten:
∨
GmagickPixel::__construct
∨
GmagickPixel::getcolor
∨
GmagickPixel::getcolorcount
∨
GmagickPixel::getcolorvalue
∨
GmagickPixel::setcolor
∨
GmagickPixel::setcolorvalue
The GmagickPixel class
Einführung
Description of the class.
Klassenbeschreibung
GmagickPixel
{
/* Methoden */
__construct
([
string
$color
] )
public
void
getcolor
([
bool
$as_array
[,
bool
$normalize_array
]] )
public
void
getcolorcount
([
bool
$as_array
[,
bool
$normalize_array
]] )
public
void
getcolorvalue
(
int
$color
)
public
void
setcolor
(
string
$color
)
public
void
setcolorvalue
(
int
$color
,
float
$value
)
}
Inhaltsverzeichnis
GmagickPixel::__construct
— The GmagickPixel constructor
GmagickPixel::getcolor
— Returns the color
GmagickPixel::getcolorcount
— Returns the color count associated with this color
GmagickPixel::getcolorvalue
— Gets the normalized value of the provided color channel
GmagickPixel::setcolor
— Sets the color
GmagickPixel::setcolorvalue
— Sets the normalized value of one of the channels
Keine BenutzerBeiträge.
-
Beiträge aktualisieren...