The Imagick class
PHP Manual

Imagick::getImageRedPrimary

(PECL imagick 2.0.0)

Imagick::getImageRedPrimaryReturns the chromaticity red primary point

Описание

array Imagick::getImageRedPrimary ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Возвращаемые значения

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

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual