libcosmos
Linux C++ System Programming Library
|
Complete color specification for ANSI terminals. More...
#include <colors.hxx>
Public Member Functions | |
ColorSpec (const TermColor color, const ColorKind kind, const ColorIntensity intensity) | |
TermColor | getColor () const |
bool | isBright () const |
bool | isNormal () const |
bool | isFrontColor () const |
bool | isBackColor () const |
Protected Attributes | |
TermColor | m_color |
ColorKind | m_kind = ColorKind::FRONT |
ColorIntensity | m_intensity = ColorIntensity::NORMAL |
Complete color specification for ANSI terminals.
This type carries a complete color specification:
It can be used to permanently change the color setting of the terminal and is also used for FeatureBase to build more complex color mechanisms.
Definition at line 81 of file colors.hxx.
|
inline |
Definition at line 84 of file colors.hxx.
|
inline |
Definition at line 87 of file colors.hxx.
|
inline |
Definition at line 91 of file colors.hxx.
|
inline |
Definition at line 88 of file colors.hxx.
|
inline |
Definition at line 90 of file colors.hxx.
|
inline |
Definition at line 89 of file colors.hxx.
|
protected |
Definition at line 95 of file colors.hxx.
|
protected |
Definition at line 97 of file colors.hxx.
|
protected |
Definition at line 96 of file colors.hxx.