|
di 0.1.0
|
#include <di/format/style.h>
Public Member Functions | |
| constexpr | Style ()=default |
| constexpr | Style (Color foreground) |
| constexpr | Style (BackgroundColor background) |
| constexpr | Style (Effect effect) |
| constexpr | Style (Color foreground, BackgroundColor background, Effect effect) |
| constexpr auto | foreground () const -> Color |
| constexpr auto | background () const -> Color |
| constexpr auto | effect () const -> Effect |
| template<concepts::Encoding Enc> | |
| constexpr auto | render_to_ansi_escapes () const |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |