xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Namespaces | Enumerations
console_color.h File Reference
#include "ustring.h"

Definition

Contains xtd::console_color enum class.

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::console_color {
  xtd::black ,
  xtd::dark_blue ,
  xtd::dark_green ,
  xtd::dark_cyan ,
  xtd::dark_red ,
  xtd::dark_magenta ,
  xtd::dark_yellow ,
  xtd::gray ,
  xtd::dark_gray ,
  xtd::blue ,
  xtd::green ,
  xtd::cyan ,
  xtd::red ,
  xtd::magenta ,
  xtd::yellow ,
  xtd::white
}
 Specifies constants that define foreground and background colors for the console. More...