PHP 8.3.4 Released!

ImagickPixel sınıfı

(PECL imagick 2, PECL imagick 3)

Sınıf Sözdizimi

class ImagickPixel {
public clear(): bool
public __construct(string $renk = ?)
public destroy(): bool
public getColor(int $normal = 0): array
public getColorCount(): int
public getColorValue(int $kanal): float
public getHSL(): array
public getIndex(): int
public isPixelSimilar(ImagickPixel $color, float $fuzz): bool
public isPixelSimilarQuantum(string $color, string $fuzz = ?): bool
public isSimilar(ImagickPixel $renk, float $benzerlik): bool
public setColor(string $renk): bool
public setcolorcount(int $colorCount): bool
public setColorValue(int $kanal, float $değer): bool
public setColorValueQuantum(int $color, int|float $value): bool
public setHSL(float $sıcaklık, float $doygunluk, float $parlaklık): bool
public setIndex(int $index): bool
}

İçindekiler

add a note

User Contributed Notes

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