|
ImagickPixel::getColorAsStringReturns the color as a string Description
public string ImagickPixel::getColorAsString()
Returns the color of the ImagickPixel object as a string. ParametersThis function has no parameters. Return ValuesReturns the color of the ImagickPixel object as a string. Examples
Example #1 Basic Imagick::getColorAsString usage
The above example will output: rgb(165,42,42) Notes
|