SemiDiscreteOT 1.0
Semi-Discrete Optimal Transport Library
Loading...
Searching...
No Matches
ColorDefinitions.h
Go to the documentation of this file.
1#pragma once
2
6namespace Color {
7 inline const std::string reset = "\033[0m";
8 inline const std::string bold = "\033[1m";
9 inline const std::string red = "\033[31m";
10 inline const std::string green = "\033[32m";
11 inline const std::string yellow = "\033[33m";
12 inline const std::string blue = "\033[34m";
13 inline const std::string magenta = "\033[35m";
14 inline const std::string cyan = "\033[36m";
15}
Defines a set of inline string constants for ANSI color codes to be used in console output.
const std::string reset
const std::string yellow
const std::string magenta
const std::string cyan
const std::string blue
const std::string red
const std::string bold
const std::string green