ImagickPixel
PHP Manual

ImagickPixel::getColorQuantum

(Não há informação de versão disponível, talvez apenas no SVN)

ImagickPixel::getColorQuantumDescription

Descrição

public mixed ImagickPixel::getColorQuantum ( void )

Returns the color of the pixel in an array as Quantum values. If ImageMagick was compiled as HDRI these will be floats, otherwise they will be integers.

Aviso

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The quantum value of the color element. Float if ImageMagick was compiled with HDRI, otherwise an int.


ImagickPixel
PHP Manual