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