CakeFest 2024: The Official CakePHP Conference

GmagickPixel::setcolor

(PECL gmagick >= Unknown)

GmagickPixel::setcolor色を設定する

説明

public GmagickPixel::setcolor(string $color): GmagickPixel

GmagickPixel オブジェクトの色を文字列で設定します ("blue"、"#0000ff"、"rgb(0,0,255)"、"cmyk(100,100,100,10)" など)。

パラメータ

color

GmagickPixel オブジェクトを初期化するときに使う色。

戻り値

GmagickPixel オブジェクトを返します。

add a note

User Contributed Notes

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