Gmagick
PHP Manual

Gmagick::setimagegreenprimary

(PECL gmagick >= Unknown)

Gmagick::setimagegreenprimaryTSets the image chromaticity green primary point.

説明

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

Sets the image chromaticity green primary point.

パラメータ

x

The chromaticity green primary x-point.

y

The chromaticity green primary y-point.

返り値

The Gmagick object on success.

エラー / 例外

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


Gmagick
PHP Manual