PHP 8.3.4 Released!

The GmagickPixel class

(PECL gmagick >= Unknown)

Introduction

Class synopsis

class GmagickPixel {
/* Methods */
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
}

Table of Contents

add a note

User Contributed Notes

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