Public Types | Public Member Functions | Public Attributes

glv::StyleColor Class Reference

Color style for View appearance. More...

#include <glv_core.h>

List of all members.

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.

Detailed Description

Color style for View appearance.


Member Enumeration Documentation

Color style presets.

Enumerator:
BlackOnWhite 
Gray 
SmokyGray 
WhiteOnBlack 

The documentation for this class was generated from the following files: