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