The GmagickPixel class

(PECL gmagick >= Unknown)

Wstęp

Krótki opis klasy

GmagickPixel {
/* Metody */
public __construct ([ string $color ] )
public getcolor ([ bool $as_array = FALSE [, bool $normalize_array = FALSE ]] ) : mixed
public getcolorcount ( void ) : int
public getcolorvalue ( int $color ) : float
public setcolor ( string $color ) : GmagickPixel
public setcolorvalue ( int $color , float $value ) : GmagickPixel
}

Spis treści

add a note add a note

User Contributed Notes

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