MagickSetImageGreenPrimary
MagickSetImageGreenPrimary -- sets the image chromaticity green primary point of the current active image
Description
bool MagickSetImageGreenPrimary( MagickWand mgck_wnd, float x, float y )
Sets the image chromaticity green primary point of the current active image.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| x | The green primary x-point. |
| y | The green primary y-point |