Imagick::getImageRedPrimary

(PECL imagick 2, PECL imagick 3)

Imagick::getImageRedPrimaryReturns the chromaticity red primary point

Описание

public Imagick::getImageRedPrimary(): array

Returns the chromaticity red primary point as an array with the keys "x" and "y".

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns the chromaticity red primary point as an array with the keys "x" and "y". Вызывает ImagickException при ошибке.

Ошибки

Вызывает ImagickException при ошибке.

add a note add a note

User Contributed Notes

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