+ reverting r1734 (alberto)

This commit is contained in:
Artem Pavlenko 2010-06-21 10:48:26 +00:00
parent 2f3a2c88b3
commit 088f18263c

View file

@ -50,7 +50,7 @@ std::string color::to_string() const
<< red() << ","
<< green() << ","
<< blue() << ","
<< alpha() << ")";
<< alpha()/255.0 << ")";
}
return ss.str();
}