Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
sham::term::colors_8b Namespace Reference

8 bit 8-color palette escape sequences. More...

Functions

const char * black ()
 Escape sequence to set black text color.
const char * red ()
 Escape sequence to set red text color.
const char * green ()
 Escape sequence to set green text color.
const char * yellow ()
 Escape sequence to set yellow text color.
const char * blue ()
 Escape sequence to set blue text color.
const char * magenta ()
 Escape sequence to set magenta (pink) text color.
const char * cyan ()
 Escape sequence to set cyan text color.
const char * white ()
 Escape sequence to set white text color.

Detailed Description

8 bit 8-color palette escape sequences.

Function Documentation

◆ black()

const char * sham::term::colors_8b::black ( )

Escape sequence to set black text color.

Definition at line 51 of file color.cpp.

◆ blue()

const char * sham::term::colors_8b::blue ( )

Escape sequence to set blue text color.

Definition at line 55 of file color.cpp.

◆ cyan()

const char * sham::term::colors_8b::cyan ( )

Escape sequence to set cyan text color.

Definition at line 57 of file color.cpp.

◆ green()

const char * sham::term::colors_8b::green ( )

Escape sequence to set green text color.

Definition at line 53 of file color.cpp.

◆ magenta()

const char * sham::term::colors_8b::magenta ( )

Escape sequence to set magenta (pink) text color.

Definition at line 56 of file color.cpp.

◆ red()

const char * sham::term::colors_8b::red ( )

Escape sequence to set red text color.

Definition at line 52 of file color.cpp.

◆ white()

const char * sham::term::colors_8b::white ( )

Escape sequence to set white text color.

Definition at line 58 of file color.cpp.

◆ yellow()

const char * sham::term::colors_8b::yellow ( )

Escape sequence to set yellow text color.

Definition at line 54 of file color.cpp.