La clase ImagickPixel

(PECL imagick 2.0.0)

Sinopsis de la Clase

ImagickPixel {
clear ( void ) : bool
__construct ([ string $color ] )
destroy ( void ) : bool
getColor ([ bool $normalized = false ] ) : array
getColorAsString ( void ) : string
getColorCount ( void ) : int
public getColorQuantum ( void ) : mixed
getColorValue ( int $color ) : float
public getColorValueQuantum ( void ) : mixed
getHSL ( void ) : array
public getIndex ( void ) : int
isPixelSimilar ( ImagickPixel $color , float $fuzz ) : bool
public isPixelSimilarQuantum ( string $color [, string $fuzz ] ) : bool
isSimilar ( ImagickPixel $color , float $fuzz ) : bool
setColor ( string $color ) : bool
public setcolorcount ( string $colorCount ) : void
setColorValue ( int $color , float $value ) : bool
public setColorValueQuantum ( int $color , mixed $value ) : void
setHSL ( float $hue , float $saturation , float $luminosity ) : bool
public setIndex ( int $index ) : void
}

Tabla de contenidos