Forum und email

ImagickPixel::getColorValue

(No version information available, might be only in CVS)

ImagickPixel::getColorValue — Gets the normalized value of the provided color channel

Descrição

float ImagickPixel::getColorValue ( int $color )
Aviso

Esta função não está documentada, somente a lista de argumentos está disponível.

Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

Retrieves the value of the color channel specified, as a floating-point number between 0 and 1.

Parâmetros

color

The channel to check, specified as one of the Imagick channel constants.

Valor Retornado

The value of the channel, as a normalized floating-point number, throwing ImagickPixelException on error.