GmagickDraw::settextencoding
GmagickPixel::__construct
Gmagick
PHP Manual
The GmagickPixel class
(PECL gmagick >= Unknown)
简介
类摘要
GmagickPixel
{
/* 方法 */
public
__construct
([
string
$color
] )
public
mixed
getcolor
([
bool
$as_array
= false
[,
bool
$normalize_array
= false
]] )
public
int
getcolorcount
(
void
)
public
float
getcolorvalue
(
int
$color
)
public
GmagickPixel
setcolor
(
string
$color
)
public
GmagickPixel
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