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