ImagickPixel::__construct

(PECL imagick 2.0.0)

ImagickPixel::__constructThe ImagickPixel constructor

Beskrivelse

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

This function is currently not documented; only its argument list is available.

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

Parametre

color

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

Returnerings Værdier

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

add a note add a note

User Contributed Notes

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