ImagickPixel::__construct

(PECL imagick 2.0.0)

ImagickPixel::__constructThe ImagickPixel constructor

說明

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

此函式目前沒有參考文件;只有引數列表。

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

參數

color

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

回傳值

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