|
kaycxx-term
C++ terminal library
|
Defines foreground and background color styling helpers. More...
#include <kaycxx/term/color.hpp>

Go to the source code of this file.
Classes | |
| struct | kaycxx::term::color_style |
| Color style command written to a terminal. More... | |
Functions | |
| constexpr color_style | kaycxx::term::fg (color value) noexcept |
| Creates a foreground color style. | |
| constexpr color_style | kaycxx::term::bg (color value) noexcept |
| Creates a background color style. | |
Defines foreground and background color styling helpers.
|
inlineconstexprnoexcept |
Creates a background color style.
| value | Color value to use as background. |
|
inlineconstexprnoexcept |
Creates a foreground color style.
| value | Color value to use as foreground. |