|
libcosmos
Linux C++ System Programming Library
|
Simple type to represent an ANSI foreground color in bright or normal intensity. More...
#include <colors.hxx>
Inheritance diagram for cosmos::term::FrontColor:Public Member Functions | |
| FrontColor (const TermColor c) | |
| FrontColor & | setBright () |
Public Member Functions inherited from cosmos::term::ColorSpec | |
| 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 | |
Protected Attributes inherited from cosmos::term::ColorSpec | |
| 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.