ImagickPixel sınıfı

(PECL imagick 2, PECL imagick 3)

Sınıf Sözdizimi

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

İçindekiler

add a note

User Contributed Notes

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