MagickGetImageGreenPrimary
MagickGetImageGreenPrimary -- returns the chromaticy green primary point of the current active image
Description
array MagickGetImageGreenPrimary( MagickWand mgck_wnd )
Returns the chromaticy green primary point of the current active image. The returned array is defined as follows: Array { [0] => the chromaticity green primary x-point. [1] => the chromaticity green primary y-point. }
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |