TrueReality  v0.1.1912
TextColor.h File Reference
#include <trUtil/Export.h>
Include dependency graph for TextColor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 trUtil
 Namespace that holds various utility classes for the engine.
 
 trUtil::Console
 

Functions

void TR_UTIL_EXPORT trUtil::Console::TextColor (TXT_COLOR TextColor)
 Changes Text color in the console window.... More...
 
void TR_UTIL_EXPORT trUtil::Console::PrintAllColors ()
 Prints an example of all available colors This is usually used for testing and development. More...
 

Variables

 DEFAULT
 
 BRIGHT_RED
 
 RED
 
 BRIGHT_GREEN
 
 GREEN
 
 BRIGHT_BLUE
 
 BLUE
 
 BRIGHT_YELLOW
 
 YELLOW
 
 WHITE
 
 BRIGHT_CYAN
 
 CYAN
 
 BRIGHT_MAGENTA
 
 MAGENTA
 

Variable Documentation

◆ BLUE

BLUE

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ BRIGHT_BLUE

BRIGHT_BLUE

◆ BRIGHT_CYAN

BRIGHT_CYAN

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ BRIGHT_GREEN

◆ BRIGHT_MAGENTA

◆ BRIGHT_RED

◆ BRIGHT_YELLOW

◆ CYAN

CYAN

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ DEFAULT

◆ GREEN

GREEN

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ MAGENTA

MAGENTA

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ RED

RED

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ WHITE

WHITE

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().

◆ YELLOW

YELLOW

Definition at line 41 of file TextColor.h.

Referenced by trUtil::Console::PrintAllColors(), and trUtil::Console::TextColor().