The Imagick class
PHP Manual

Imagick::getImageGreenPrimary

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

Imagick::getImageGreenPrimaryReturns the chromaticy green primary point

Описание

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

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

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

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

Returns an array with the keys "x" and "y" on success, throws an ImagickException on failure.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual