Gmagick::setimageblueprimary
PHP Manual
PHP Manual»Gmagick»Gmagick::setimageblueprimary

Gmagick::setimageblueprimary

(PECL gmagick >= Unknown)

Gmagick::setimageblueprimarySets the image chromaticity blue primary point

Опис

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

Sets the image chromaticity blue primary point.

Параметри

x
The blue primary x-point.
y
The blue primary y-point.

Значення, що повертаються

The Gmagick object.

Помилки/виключення

Викидає GmagickException у разі помилки.

To Top