PHP 8.3.4 Released!

Gmagick::setimageredprimary

(PECL gmagick >= Unknown)

Gmagick::setimageredprimarySets the image chromaticity red primary point

Descrição

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

Sets the image chromaticity red primary point.

Parâmetros

x

The red primary x-point.

y

The red primary y-point.

Valor Retornado

The Gmagick object on success.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

add a note

User Contributed Notes

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