The Imagick class
PHP Manual

Imagick::getImageRedPrimary

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

Imagick::getImageRedPrimaryReturns the chromaticy red primary point

Описание

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

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

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

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

Returns the chromaticy 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