|
ImagickPixel::getColorAsStringReturns the color as a string Beschreibung
string ImagickPixel::getColorAsString
( void
)
Returns the color of the ImagickPixel object as a string. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the color of the ImagickPixel object as a string. Beispiele
Beispiel #1 Basic Imagick::getColorAsString usage
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: rgb(165,42,42) Anmerkungen
|