(PECL gmagick >= Unknown)
Sets the image chromaticity white point.
public Gmagick Gmagick::setimagewhitepoint ( float $x, float $y )
Sets the image chromaticity white point.
Parameters:
x
The white x-point.
y
The white y-point.
Returns:
The Gmagick object on success.
Exception:
Throws an GmagickException on error.
Please login to continue.