+ reverting r1734 (alberto)
This commit is contained in:
parent
2f3a2c88b3
commit
088f18263c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ std::string color::to_string() const
|
|||
<< red() << ","
|
||||
<< green() << ","
|
||||
<< blue() << ","
|
||||
<< alpha() << ")";
|
||||
<< alpha()/255.0 << ")";
|
||||
}
|
||||
return ss.str();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue