cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
This is the complete list of members for Term::Color, including all inherited members.
Color() | Term::Color | |
Color(const Term::Color::Name &name) | Term::Color | |
Color(const std::uint8_t &color) | Term::Color | |
Color(const std::uint8_t &red, const std::uint8_t &green, const std::uint8_t &blue) | Term::Color | |
getType() const | Term::Color | |
m_bit24 | Term::Color | |
m_bit8 | Term::Color | |
m_Type | Term::Color | private |
Name enum name | Term::Color | |
operator!=(const Color &) const | Term::Color | |
operator==(const Color &) const | Term::Color | |
to24bits() const | Term::Color | |
to3bits() const | Term::Color | |
to4bits() const | Term::Color | |
to8bits() const | Term::Color | |
Type enum name | Term::Color |