« GmagickDraw::settextencoding
GmagickPixel::__construct »
PHP Manual
Gmagick
The GmagickPixel class
The GmagickPixel class
(PECL gmagick >= Unknown)
Introduction
Class synopsis
class
GmagickPixel
{
/* Methods */
public
__construct
(
string
$color
= ?
)
public
getcolor
(
bool
$as_array
=
false
,
bool
$normalize_array
=
false
):
mixed
public
getcolorcount
():
int
public
getcolorvalue
(
int
$color
):
float
public
setcolor
(
string
$color
):
GmagickPixel
public
setcolorvalue
(
int
$color
,
float
$value
):
GmagickPixel
}
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