|
kaycxx-term
C++ terminal library
|
Defines indexed 256-color terminal colors. More...
#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | kaycxx::term::indexed_color |
| Indexed terminal palette color. More... | |
Functions | |
| constexpr indexed_color | kaycxx::term::indexed (std::uint8_t index) noexcept |
| Creates an indexed terminal color. | |
Defines indexed 256-color terminal colors.
|
inlineconstexprnoexcept |
Creates an indexed terminal color.
| index | 256-color palette index. |