ImagickPixel::getColorQuantum

Returns the color of the pixel in an array as Quantum values

説明

public array ImagickPixel::getColorQuantum()

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.

警告

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

パラメータ

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

戻り値

Returns an array with keys "r", "g", "b", "a".