|
ImagickPixel::getColorValueQuantumGets the quantum value of a color in the ImagickPixel 説明
public intfloat ImagickPixel::getColorValueQuantum(int
$color )Gets the quantum value of a color in the ImagickPixel. Return value is a float if ImageMagick was compiled with HDRI, otherwise an integer. パラメータこの関数にはパラメータはありません。 戻り値The quantum value of the color element. Float if ImageMagick was compiled with HDRI, otherwise an int. 例
例1 ImagickPixel::getColorValueQuantum
|