CakeFest 2024: The Official CakePHP Conference

Gmagick::getimagewhitepoint

(PECL gmagick >= Unknown)

Gmagick::getimagewhitepoint色度が白い点を返す

説明

public Gmagick::getimagewhitepoint(): array

色度が白い点を返します。 "x" および "y" というキーを持つ連想配列となります。

パラメータ

この関数にはパラメータはありません。

戻り値

色度が白い点を返します。 "x" および "y" というキーを持つ連想配列となります。

エラー / 例外

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

add a note

User Contributed Notes

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