Home > PHP > Function > > Imagick::getImageGreenPrimary()

Imagick::getImageGreenPrimary()

Imagick::getImageGreenPrimary - Returns the chromaticy green primary point

Syntax

array Imagick::getImageGreenPrimary ()

Arguments

-

Description

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

Version

PHP PECL imagick 2.0.0

Return value

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