Gmagick::setimageblueprimary

(PECL gmagick >= Unknown)

Gmagick::setimageblueprimarySets the image chromaticity blue primary point

Beschreibung

public Gmagick::setimageblueprimary(float $x, float $y): Gmagick

Sets the image chromaticity blue primary point.

Parameter-Liste

x

The blue primary x-point.

y

The blue primary y-point.

Rückgabewerte

The Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top