PHP » GoLang |
login |
register |
about
|
GoLang ImagickPixel::getColorAsString
request it (276)
GoLang replacement for PHP's ImagickPixel::getColorAsString
[edit | history]
PHP ImagickPixel::getColorAsStringPHP original manual for ImagickPixel::getColorAsString [ show | php.net ]ImagickPixel::getColorAsString(PECL imagick 2.1.0) ImagickPixel::getColorAsString — Returns 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
|
more
Recently updated
more
Most requested
more
Last requests
|