ROSE  0.11.145.0
Enumerations
Rose::Color::Theme Namespace Reference

Description

Color theme.

Controls whether to use dark text on a light background, or light text on a dark background.

Enumerations

enum  Flag {
  DARK_ON_LIGHT,
  LIGHT_ON_DARK
}
 

Enumeration Type Documentation

Enumerator
DARK_ON_LIGHT 

Dark text on light background.

LIGHT_ON_DARK 

Light text on dark background.

Definition at line 33 of file Color.h.