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

Go to the source code of this file.
Classes | |
| struct | kaycxx::term::rgb_color |
| RGB terminal color. More... | |
Functions | |
| constexpr rgb_color | kaycxx::term::rgb (std::uint8_t red, std::uint8_t green, std::uint8_t blue) noexcept |
| Creates an RGB terminal color. | |
Defines RGB true-color terminal colors.
|
inlineconstexprnoexcept |
Creates an RGB terminal color.
| red | Red channel. |
| green | Green channel. |
| blue | Blue channel. |