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