ImagickPixel sınıfı
PHP Manual

ImagickPixel::getColorQuantum

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

ImagickPixel::getColorQuantumDescription

Açıklama

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.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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


ImagickPixel sınıfı
PHP Manual