The Imagick class
PHP Manual

Imagick::getImageRedPrimary

(PECL imagick 2.0.0)

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

Valor Retornado

Returns the chromaticity red primary point as an array with the keys "x" and "y". Joga uma ImagickException em erro.

Erros

Dispara ImagickException em erro.


The Imagick class
PHP Manual