|
ImagickPixel::getColorValueQuantumGets the quantum value of a color in the ImagickPixel Description
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. ParametersThis function has no parameters. Return ValuesThe quantum value of the color element. Float if ImageMagick was compiled with HDRI, otherwise an int. Examples
Example #1 ImagickPixel::getColorValueQuantum
|