Gmagick
PHP Manual

Gmagick::setimagewhitepoint

(PECL gmagick >= Unknown)

Gmagick::setimagewhitepointSets the image chromaticity white point.

Description

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

Sets the image chromaticity white point.

Liste de paramètres

x

The white x-point.

y

The white y-point.

Valeurs de retour

The Gmagick object on success.

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual