ImagickPixel
PHP Manual

ImagickPixel::getColorQuantum

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

ImagickPixel::getColorQuantumDescription

説明

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.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

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


ImagickPixel
PHP Manual