Ceylan::System::Console::BackgroundColor Struct Reference

Escape sequences for color backgrounds in terminal. More...

#include <CeylanConsole.h>

List of all members.

Static Public Attributes

static const char *const Red = "\033[101m"
static const char *const Green = "\033[102m"
static const char *const Blue = "\033[104m"
static const char *const Cyan = "\033[106m"
static const char *const White = "\033[107m"
static const char *const Yellow = "\033[103m"
static const char *const Magenta = "\033[105m"
static const char *const Grey = "\033[100m"
static const char *const Black = "\033[100m"
static const char *const Default = "\033[109m"

Detailed Description

Escape sequences for color backgrounds in terminal.

Just use for example: cout << Console::BackgroundColor::Yellow << "Hello!" ;

Note:
Some color names may relate to the same actual colors (ex: Grey and Black).

Definition at line 408 of file CeylanConsole.h.


Member Data Documentation

const char *const Console::BackgroundColor::Black = "\033[100m" [static]

Definition at line 419 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Blue = "\033[104m" [static]

Definition at line 413 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Cyan = "\033[106m" [static]

Definition at line 414 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Default = "\033[109m" [static]

Definition at line 420 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Green = "\033[102m" [static]

Definition at line 412 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Grey = "\033[100m" [static]

Definition at line 418 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Magenta = "\033[105m" [static]

Definition at line 417 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Red = "\033[101m" [static]

Definition at line 411 of file CeylanConsole.h.

const char *const Console::BackgroundColor::White = "\033[107m" [static]

Definition at line 415 of file CeylanConsole.h.

const char *const Console::BackgroundColor::Yellow = "\033[103m" [static]

Definition at line 416 of file CeylanConsole.h.


The documentation for this struct was generated from the following files:
Generated on Mon Nov 29 13:42:05 2010 for Ceylan by  doxygen 1.6.3