| Terminal++ 4.0.1.23
    A C++ library for interacting with ANSI terminal windows | 
Structure representing a normal ANSI 16-colour value. More...
#include <colour.hpp>
| Public Member Functions | |
| constexpr | low_colour () noexcept | 
| Constructs a low_colour with the "default" colour value. | |
| constexpr | low_colour (terminalpp::graphics::colour colour) noexcept | 
| Constructs a low_colour from the passed-in ANSI colour. | |
| Public Attributes | |
| terminalpp::graphics::colour | value_ | 
| Friends | |
| std::size_t | hash_value (low_colour const &col) noexcept | 
| Hash function. | |
| constexpr friend auto | operator<=> (low_colour const &lhs, low_colour const &rhs) noexcept=default | 
| Comparison operators for low colours. | |
Structure representing a normal ANSI 16-colour value.