The ImagickPixel class

(PECL imagick 2.0.0)

類別摘要

ImagickPixel {
bool clear ( void )
__construct ([ string $color ] )
bool destroy ( void )
array getColor ([ bool $normalized = false ] )
string getColorAsString ( void )
int getColorCount ( void )
float getColorValue ( int $color )
array getHSL ( void )
bool isPixelSimilar ( ImagickPixel $color , float $fuzz )
bool isSimilar ( ImagickPixel $color , float $fuzz )
bool setColor ( string $color )
bool setColorValue ( int $color , float $value )
bool setHSL ( float $hue , float $saturation , float $luminosity )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top