The Imagick class
PHP Manual

Imagick::getImageRedPrimary

(PECL imagick 2.0.0)

Imagick::getImageRedPrimaryReturns the chromaticity 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 chromaticity red primary point as an array with the keys "x" and "y".

Rückgabewerte

Returns the chromaticity red primary point as an array with the keys "x" and "y". Throw an ImagickException on error.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


The Imagick class
PHP Manual