The Imagick class
PHP Manual

Imagick::getImageRedPrimary

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

Imagick::getImageRedPrimaryReturns the chromaticy red primary point

Beschreibung

array Imagick::getImageRedPrimary ( void )
Warnung

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

Returns the chromaticy red primary point as an array with the keys "x" and "y".

Rückgabewerte

Returns the chromaticy red primary point as an array with the keys "x" and "y", throwing ImagickException on error.

Fehler/Exceptions

Wirtf ImagickException bei Fehlern.


The Imagick class
PHP Manual