PHP 8.3.4 Released!

La classe GmagickPixel

(PECL gmagick >= Unknown)

Introduction

Synopsis de la classe

class GmagickPixel {
/* Méthodes */
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
}

Sommaire

add a note

User Contributed Notes

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