libcosmos
Linux C++ System Programming Library
|
Simple type to represent an ANSI foreground color in bright or normal intensity. More...
#include <colors.hxx>
Public Member Functions | |
FrontColor (const TermColor c) | |
FrontColor & | setBright () |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
TermColor | m_color |
ColorKind | m_kind = ColorKind::FRONT |
ColorIntensity | m_intensity = ColorIntensity::NORMAL |
Simple type to represent an ANSI foreground color in bright or normal intensity.
Definition at line 101 of file colors.hxx.
|
inlineexplicit |
Definition at line 102 of file colors.hxx.
|
inline |
Definition at line 103 of file colors.hxx.