Color style for View appearance. More...
#include <glv_core.h>
Public Types | |
| enum | Preset { BlackOnWhite, Gray, SmokyGray, WhiteOnBlack } |
Color style presets. More... | |
Public Member Functions | |
| void | set (Preset preset) |
| Set style based on preset. | |
| void | set (const Color &c, float contrast=0.4) |
| Set style based on a single color. | |
Public Attributes | |
| Color | back |
| Background. | |
| Color | border |
| Border outline. | |
| Color | fore |
| Foreground. | |
| Color | selection |
| Selection. | |
| Color | text |
| Text. | |
Color style for View appearance.
Color style presets.
1.7.1