Enhancement - color

- Color routines are now table driven and much smaller.
- Implemented Text::guessColor.
This commit is contained in:
Paul Beckingham
2009-06-13 14:18:49 -04:00
parent 0665caae55
commit eda17772c9
4 changed files with 120 additions and 282 deletions

View File

@@ -50,6 +50,7 @@ namespace Text
std::string colorize (color, color, const std::string& string);
std::string colorize (color, color);
std::string colorize ();
std::string guessColor (const std::string&);
}
#endif