GoLang GmagickPixel::__construct

request it (227)
GoLang replacement for PHP's GmagickPixel::__construct [edit | history]



Do you know a GoLang replacement for PHP's GmagickPixel::__construct? Write it!

PHP GmagickPixel::__construct

PHP original manual for GmagickPixel::__construct [ show | php.net ]

GmagickPixel::__construct

(PECL gmagick >= Unknown)

GmagickPixel::__constructThe GmagickPixel constructor

Description

public GmagickPixel::__construct ([ string $color ] )

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

Parameters

color

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

Return Values

The GmagickPixel object on success.