SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
Loading...
Searching...
No Matches
Variables
Color Namespace Reference

Defines a set of inline string constants for ANSI color codes to be used in console output. More...

Variables

const std::string reset = "\033[0m"
 
const std::string bold = "\033[1m"
 
const std::string red = "\033[31m"
 
const std::string green = "\033[32m"
 
const std::string yellow = "\033[33m"
 
const std::string blue = "\033[34m"
 
const std::string magenta = "\033[35m"
 
const std::string cyan = "\033[36m"
 

Detailed Description

Defines a set of inline string constants for ANSI color codes to be used in console output.

Variable Documentation

◆ reset

const std::string Color::reset = "\033[0m"
inline

Definition at line 7 of file ColorDefinitions.h.

◆ bold

const std::string Color::bold = "\033[1m"
inline

Definition at line 8 of file ColorDefinitions.h.

◆ red

const std::string Color::red = "\033[31m"
inline

Definition at line 9 of file ColorDefinitions.h.

◆ green

const std::string Color::green = "\033[32m"
inline

Definition at line 10 of file ColorDefinitions.h.

◆ yellow

const std::string Color::yellow = "\033[33m"
inline

Definition at line 11 of file ColorDefinitions.h.

◆ blue

const std::string Color::blue = "\033[34m"
inline

Definition at line 12 of file ColorDefinitions.h.

◆ magenta

const std::string Color::magenta = "\033[35m"
inline

Definition at line 13 of file ColorDefinitions.h.

◆ cyan

const std::string Color::cyan = "\033[36m"
inline

Definition at line 14 of file ColorDefinitions.h.