|
HIPO
4.3.0
High Performance Output data format for experimental physics
|
ANSI foreground color escape sequence generator. More...
#include <color.h>
Static Public Member Functions | |
| template<typename T > | |
| static Foreground | From (T color) |
| Create a Foreground color from a color value. More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Foreground &val) |
| Output the foreground color escape sequence to an output stream. More... | |
ANSI foreground color escape sequence generator.
Generates ANSI escape sequences for foreground colors supporting standard colors, 256-color mode, and true color (RGB).
|
inlinestatic |
Create a Foreground color from a color value.
Supports Color, Color256, and RGB types through template specialization.
| color | the color value |
|
friend |