La clase ImagickPixel

(PECL imagick 2, PECL imagick 3)

Sinopsis de la Clase

ImagickPixel {
clear ( ) : bool
__construct ( string $color = ? )
destroy ( ) : bool
getColor ( bool $normalized = false ) : array
getColorAsString ( ) : string
getColorCount ( ) : int
public getColorQuantum ( ) : mixed
getColorValue ( int $color ) : float
getHSL ( ) : array
public getIndex ( ) : 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