|
ROSE 0.11.145.354
|
Style of text.
Definition at line 17 of file Unparser/Settings.h.
#include <Rose/BinaryAnalysis/Unparser/Settings.h>

Public Member Functions | |
| Style () | |
| Construct an empty style using default colors. | |
| Style (const Sawyer::Optional< Color::HSV > &fg, const Sawyer::Optional< Color::HSV > &bg=Sawyer::Nothing()) | |
| Construct a new style with the specified foreground and background colors. | |
| std::string | ansiStyle () const |
| Generate the ANSI escape for the style. | |
Public Attributes | |
| Sawyer::Optional< Color::HSV > | foreground |
| Optional foreground color. | |
| Sawyer::Optional< Color::HSV > | background |
| Optional background color. | |
|
inline |
Construct an empty style using default colors.
Definition at line 22 of file Unparser/Settings.h.
|
inline |
Construct a new style with the specified foreground and background colors.
Definition at line 25 of file Unparser/Settings.h.
| Sawyer::Optional<Color::HSV> Rose::BinaryAnalysis::Unparser::Style::foreground |
Optional foreground color.
Definition at line 18 of file Unparser/Settings.h.
| Sawyer::Optional<Color::HSV> Rose::BinaryAnalysis::Unparser::Style::background |
Optional background color.
Definition at line 19 of file Unparser/Settings.h.