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 )
float getColorValue ( int $kanal )
array getHSL ( void )
bool isPixelSimilar ( ImagickPixel $color , float $fuzz )
bool isSimilar ( ImagickPixel $renk , float $benzerlik )
bool setColor ( string $renk )
bool setColorValue ( int $kanal , float $değer )
bool setHSL ( float $sıcaklık , float $doygunluk , float $parlaklık )
}

İçindekiler


ImageMagick
PHP Manual