|
oILAB
|
#include <iostream>#include <iomanip>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | oILAB |
Variables | |
| static std::string | oILAB::defaultColor |
| static std::string | oILAB::redColor = "\033[0;31m" |
| static std::string | oILAB::redBoldColor = "\033[1;31m" |
| static std::string | oILAB::greenColor = "\033[0;32m" |
| static std::string | oILAB::greenBoldColor = "\033[1;32m" |
| static std::string | oILAB::yellowColor = "\033[0;33m" |
| static std::string | oILAB::yellowBoldColor = "\033[1;33m" |
| static std::string | oILAB::blueColor = "\033[0;34m" |
| static std::string | oILAB::blueBoldColor = "\033[1;34m" |
| static std::string | oILAB::magentaColor = "\033[0;35m" |
| static std::string | oILAB::magentaBoldColor = "\033[1;35m" |
| static std::string | oILAB::cyanColor = "\033[0;36m" |
| static std::string | oILAB::cyanBoldColor = "\033[1;36m" |