CakeFest 2024: The Official CakePHP Conference

Gmagick::setimageredprimary

(PECL gmagick >= Unknown)

Gmagick::setimageredprimarySets the image chromaticity red primary point

Açıklama

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

Sets the image chromaticity red primary point.

Bağımsız Değişkenler

x

The red primary x-point.

y

The red primary y-point.

Dönen Değerler

The Gmagick object on success.

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