CakeFest 2024: The Official CakePHP Conference

La clase GmagickPixel

(PECL gmagick >= Unknown)

Introducción

Sinopsis de la Clase

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

Tabla de contenidos

add a note

User Contributed Notes

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