Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
terminalpp::low_colour Struct Reference

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.
 

Detailed Description

Structure representing a normal ANSI 16-colour value.


The documentation for this struct was generated from the following file: