PHP 8.3.4 Released!

The GmagickPixel class

(PECL gmagick >= Unknown)

Einführung

Klassenbeschreibung

class GmagickPixel {
/* Methoden */
public __construct(string $color = ?)
public getcolor(bool $as_array = false, bool $normalize_array = false): mixed
public getcolorcount(): int
public getcolorvalue(int $color): float
public setcolor(string $color): GmagickPixel
public setcolorvalue(int $color, float $value): GmagickPixel
}

Inhaltsverzeichnis

add a note

User Contributed Notes

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