|
kaycxx-term
C++ terminal library
|
Basic terminal palette color. More...
#include <kaycxx/term/basic_color.hpp>
Public Attributes | |
| std::uint8_t | index |
| ANSI color slot from 0 to 7. | |
| bool | bright = false |
| Whether the bright variant of the color slot should be used. | |
Basic terminal palette color.
The index is the ANSI color slot from 0 to 7. Bright colors use the same slot together with the bright flag. They are rendered as SGR colors 90 to 97 or 100 to 107.