ImagickPixel
PHP Manual

ImagickPixel::getColorQuantum

(No hay información de versión disponible, podría estar únicamente en SVN)

ImagickPixel::getColorQuantumDescription

Descripción

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.

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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


ImagickPixel
PHP Manual