Gmagick
PHP Manual

Gmagick::setimagewhitepoint

(PECL gmagick >= Unknown)

Gmagick::setimagewhitepointSets the image chromaticity white point.

Descrição

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

Sets the image chromaticity white point.

Parâmetros

x

The white x-point.

y

The white y-point.

Valor Retornado

The Gmagick object on success.

Erros

Throws an GmagickException on error.


Gmagick
PHP Manual