Gmagick::setimagewhitepoint

(PECL gmagick >= Unknown)

Gmagick::setimagewhitepoint画像の色度が白い点を設定する

説明

public Gmagick::setimagewhitepoint(float $x, float $y): Gmagick

画像の色度が白い点を設定します。

パラメータ

x

白い点の x 座標。

y

白い点の y 座標。

戻り値

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

エラー / 例外

エラー時に GmagickException をスローします。

add a note add a note

User Contributed Notes

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