Gmagick
PHP Manual

Gmagick::setimagewhitepoint

(PECL gmagick >= Unknown)

Gmagick::setimagewhitepointSets the image chromaticity white point.

Opis

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

Sets the image chromaticity white point.

Parametry

x

The white x-point.

y

The white y-point.

Zwracane wartości

The Gmagick object on success.

Błędy/Wyjątki

Wywołuje wyjątek GmagickException w przypadku błędu.


Gmagick
PHP Manual