Gmagick
PHP Manual

Gmagick::setimageredprimary

(PECL gmagick >= Unknown)

Gmagick::setimageredprimarySets the image chromaticity red primary point.

Descrizione

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

Sets the image chromaticity red primary point.

Elenco dei parametri

x

The red primary x-point.

y

The red primary y-point.

Valori restituiti

The Gmagick object on success.

Errori/Eccezioni

Throws an GmagickException on error.


Gmagick
PHP Manual