The Imagick class
PHP Manual

Imagick::getImageRedPrimary

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

Imagick::getImageRedPrimaryReturns the chromaticy red primary point

Descrição

array Imagick::getImageRedPrimary ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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

Valor Retornado

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

Erros

Dispara ImagickException em erro.


The Imagick class
PHP Manual