PHP 8.3.4 Released!

La clase ImagickPixel

(PECL imagick 2, PECL imagick 3)

Sinopsis de la Clase

class ImagickPixel {
__construct(string $color = ?)
getColor(bool $normalized = false): array
public getIndex(): int
public isPixelSimilarQuantum(string $color, string $fuzz = ?): bool
public setcolorcount(int $colorCount): bool
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): bool
}

Tabla de contenidos

add a note

User Contributed Notes

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