Imagick::getImageRedPrimary()
Imagick::getImageRedPrimary - Returns the chromaticity red primary point
Syntax
array Imagick::getImageRedPrimary ()
Arguments
-
Description
Returns the chromaticity red primary point as an array with the keys "x" and "y".
Version
PHP PECL imagick 2.0.0
Return value
Returns the chromaticity red primary point as an array with the keys "x" and "y". Throw an ImagickExceptionon error.