The ImagickPixel class

Class synopsis

ImagickPixel
class ImagickPixel {
public bool clear()
public __construct(string $color = ?)
public bool destroy()
public array getColor(int $normalized = 0)
public string getColorAsString()
public int getColorCount()
public array getColorQuantum()
public float getColorValue(int $color)
public intfloat getColorValueQuantum(int $color)
public array getHSL()
public int getIndex()
public bool isPixelSimilar(ImagickPixel $color, float $fuzz)
public bool isPixelSimilarQuantum(string $color, string $fuzz = ?)
public bool isSimilar(ImagickPixel $color, float $fuzz)
public bool setColor(string $color)
public bool setcolorcount(int $colorCount)
public bool setColorValue(int $color, float $value)
public bool setColorValueQuantum(int $color, intfloat $value)
public bool setHSL(float $hue, float $saturation, float $luminosity)
public bool setIndex(int $index)
}
Table of Contents