The Imagick class
PHP Manual

Imagick::getImageWhitePoint

(No version information available, might be only in CVS)

Imagick::getImageWhitePointReturns the chromaticy white point

Beschreibung

array Imagick::getImageWhitePoint ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Returns the chromaticy white point as an associative array with the keys "x" and "y".

Rückgabewerte

Returns the chromaticy white point as an associative array with the keys "x" and "y", throws ImagickException on error.

Fehler/Exceptions

Wirtf ImagickException bei Fehlern.


The Imagick class
PHP Manual