ATLAS Offline Software
Public Attributes | List of all members
color Struct Reference
Collaboration diagram for color:

Public Attributes

std::string RED ="\033[1;31m"
 
std::string ORANGE ="\033[1;38;5;208m"
 
std::string YELLOW ="\033[1;33m"
 
std::string GREEN ="\033[1;32m"
 
std::string BLUE ="\033[1;34m"
 
std::string PURPLE ="\033[1;35m"
 
std::string END ="\033[0m"
 
std::string B_BLUE ="\033[1;44m"
 
std::string B_PURPLE ="\033[1;45m"
 
std::string B_ORANGE ="\033[1;48;5;208;30m"
 
std::string B_GRAY ="\033[1;100m"
 
std::string B_RED ="\033[1;41m"
 
std::string B_GREEN ="\033[1;42m"
 

Detailed Description

Definition at line 25 of file jFexInputByteStreamTool.cxx.

Member Data Documentation

◆ B_BLUE

std::string color::B_BLUE ="\033[1;44m"

Definition at line 33 of file jFexInputByteStreamTool.cxx.

◆ B_GRAY

std::string color::B_GRAY ="\033[1;100m"

Definition at line 36 of file jFexInputByteStreamTool.cxx.

◆ B_GREEN

std::string color::B_GREEN ="\033[1;42m"

Definition at line 38 of file jFexInputByteStreamTool.cxx.

◆ B_ORANGE

std::string color::B_ORANGE ="\033[1;48;5;208;30m"

Definition at line 35 of file jFexInputByteStreamTool.cxx.

◆ B_PURPLE

std::string color::B_PURPLE ="\033[1;45m"

Definition at line 34 of file jFexInputByteStreamTool.cxx.

◆ B_RED

std::string color::B_RED ="\033[1;41m"

Definition at line 37 of file jFexInputByteStreamTool.cxx.

◆ BLUE

std::string color::BLUE ="\033[1;34m"

Definition at line 30 of file jFexInputByteStreamTool.cxx.

◆ END

std::string color::END ="\033[0m"

Definition at line 32 of file jFexInputByteStreamTool.cxx.

◆ GREEN

std::string color::GREEN ="\033[1;32m"

Definition at line 29 of file jFexInputByteStreamTool.cxx.

◆ ORANGE

std::string color::ORANGE ="\033[1;38;5;208m"

Definition at line 27 of file jFexInputByteStreamTool.cxx.

◆ PURPLE

std::string color::PURPLE ="\033[1;35m"

Definition at line 31 of file jFexInputByteStreamTool.cxx.

◆ RED

std::string color::RED ="\033[1;31m"

Definition at line 26 of file jFexInputByteStreamTool.cxx.

◆ YELLOW

std::string color::YELLOW ="\033[1;33m"

Definition at line 28 of file jFexInputByteStreamTool.cxx.


The documentation for this struct was generated from the following files: