|
ImagickPixel::getColorAsStringReturns the color as a string Description
string ImagickPixel::getColorAsString
( void
)
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
<?php The above example will output: rgb(165,42,42) Notes
|