ImageMagick
PHP Manual

ImagickPixel sınıfı

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

Sınıf Sözdizimi

ImagickPixel {
bool clear ( void )
ImagickPixel __construct ([ string $renk ] )
bool destroy ( void )
array getColor ([ bool $normal = false ] )
string getColorAsString ( void )
int getColorCount ( void )
public mixed getColorQuantum ( void )
float getColorValue ( int $kanal )
public mixed getColorValueQuantum ( void )
array getHSL ( void )
public int getIndex ( void )
bool isPixelSimilar ( ImagickPixel $color , float $fuzz )
public bool isPixelSimilarQuantum ( string $color [, string $fuzz ] )
bool isSimilar ( ImagickPixel $renk , float $benzerlik )
bool setColor ( string $renk )
public void setcolorcount ( string $colorCount )
bool setColorValue ( int $kanal , float $değer )
public void setColorValueQuantum ( int $color , mixed $value )
bool setHSL ( float $sıcaklık , float $doygunluk , float $parlaklık )
public void setIndex ( int $index )
}

İçindekiler


ImageMagick
PHP Manual