La classe GmagickPixel

(PECL gmagick >= Unknown)

Introduction

Synopsis de la classe

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

Sommaire

add a note

User Contributed Notes

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