Webhosting
Domein Registratie
Winkelwagen
NB Webmail
Onze Gegevens
Helpdesk
User:
Pass:
Opslaan:
Ja
Nee
Autom.:
Ja
Nee
Login:
Gegevens vergeten
Cookie's verwijderen
Php Handleiding
Php Classes
Gratis Php Scripts
Pc Downloads
Gratis File Hosting
Programmeren
Routeplanner
Htaccess Uitleg
The GmagickPixel class
GmagickDraw::settextencoding
GmagickPixel::__construct
Gmagick
PHP Manual
The GmagickPixel class
Introduction
Description of the class.
Class synopsis
GmagickPixel
GmagickPixel
{
/* Methods */
__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
)
}
Table of Contents
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
GmagickDraw::settextencoding
GmagickPixel::__construct
Gmagick
PHP Manual