Gmagick
PHP Manual

Gmagick::setimageredprimary

(PECL gmagick >= Unknown)

Gmagick::setimageredprimarySets the image chromaticity red primary point.

説明

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

Sets the image chromaticity red primary point.

パラメータ

x

The red primary x-point.

y

The red primary y-point.

返り値

The Gmagick object on success.

エラー / 例外

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


Gmagick
PHP Manual