Forum und email

ImagickPixel::__construct

(No version information available, might be only in CVS)

ImagickPixel::__construct — The ImagickPixel constructor

Leírás

ImagickPixel ImagickPixel::__construct ([ string $color ] )
Warning

Ez a függvény jelenleg nincs dokumentálva, csak a paraméterek listája található itt.

Warning

Ez a függvény KÍSÉRLETI JELLEGGEL MŰKÖDIK. A függvény működése, neve, bármi amit a függévénnyel kapcsolatban dokumentáltunk megváltozhat egy későbbi PHP kiadásban minden figyelmeztetés nélkül. Ezt a függvényt csak a saját felelősségedre használd!

Constructs an ImagickPixel object. If a color is specified, the object is constructed and then initialised with that color before being returned.

Paraméterek

color

The optional color string to use as the initial value of this object.

Visszatérési értékek

Returns an ImagickPixel object on success, throwing ImagickPixelException on failure.