CakeFest 2024: The Official CakePHP Conference

Gmagick::setimagegreenprimary

(PECL gmagick >= Unknown)

Gmagick::setimagegreenprimarySets the image chromaticity green primary point

Açıklama

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

Sets the image chromaticity green primary point.

Bağımsız Değişkenler

x

The chromaticity green primary x-point.

y

The chromaticity green primary y-point.

Dönen Değerler

The Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

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