Php/docs/class.gmagickpixel
来自菜鸟教程
(PECL gmagick >= Unknown)
简介
类摘要
GmagickPixel {
public __construct
([ string $color
] )
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
/* 方法 */