PHP 8.3.4 Released!

GmagickPixel::__construct

(PECL gmagick >= Unknown)

GmagickPixel::__constructGmagickPixel のコンストラクタ

説明

public GmagickPixel::__construct(string $color = ?)

GmagickPixel オブジェクトを作ります。 色を指定した場合は、オブジェクトを作ってからその色で初期化したものを返します。

パラメータ

color

オプションで指定する色文字列。このオブジェクトの初期値として使います。

add a note

User Contributed Notes

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