PHP | Imagick getImageGreenPrimary() Function
The Imagick::getImageGreenPrimary() function is an inbuilt function in PHP which is used to returns the chromaticity green primary point. This functions returns an array with keys "x" and "y". Syntax: array Imagick::getImageGreenPrimary( void ) Parameters: This function does not accept any parameter