Default destructor does nothing; allows for inheritance.
The dark border color (default: intensity=29, alpha=255; see nanogui.Color.Color(int,int)).
The light border color (default: intensity=92, alpha=255; see nanogui.Color.Color(int,int)).
The medium border color (default: intensity=35, alpha=255; see nanogui.Color.Color(int,int)).
Rounding radius for Button (and derived types) widgets (default: 2).
The font size for buttons (default: 20).
The bottom gradient color for buttons in focus (default: intensity=48, alpha=255; see nanogui.Color.Color(int,int)).
The bottom gradient color for buttons currently pushed (default: intensity=29, alpha=255; see nanogui.Color.Color(int,int)).
The bottom gradient color for buttons not in focus (default: intensity=58, alpha=255; see nanogui.Color.Color(int,int)).
The top gradient color for buttons in focus (default: intensity=64, alpha=255; see nanogui.Color.Color(int,int)).
The top gradient color for buttons currently pushed (default: intensity=41, alpha=255; see nanogui.Color.Color(int,int)).
The top gradient color for buttons not in focus (default: intensity=74, alpha=255; see nanogui.Color.Color(int,int)).
Icon to use for CheckBox widgets (default: Entypo.ICON_CHECK).
The disable dtext color (default: intensity=255, alpha=80; see nanogui.Color.Color(int,int)).
The color of the drop shadow drawn behind widgets (default: intensity=0, alpha=128; see nanogui.Color.Color(int,int)).
The bold font face (default: "sans-bold" from resources/roboto_regular.ttf).
The icon font face (default: "icons" from resources/entypo.ttf).
The standard font face (default: "sans" from resources/roboto_regular.ttf).
The icon color (default: \ref nanogui::Theme::mTextColor).
The amount of scaling that is applied to each icon to fit the size of NanoGUI widgets. The default value is 0.77f, setting to e.g. higher than 1.0f is generally discouraged.
Icon to use on MessageDialog alt button (default: Entypo.ICON_CIRCLE_WITH_CROSS).
Icon to use for informational MessageDialog widgets (default: Entypo.ICON_INFO_WITH_CIRCLE).
Icon to use on MessageDialog primary button (default: Entypo.ICON_CHECK).
Icon to use for interrogative MessageDialog widgets (default: Entypo.ICON_HELP_WITH_CIRCLE).
Icon to use for warning MessageDialog widgets (default: Entypo.ICON_WARNING).
Icon to use for PopupButton widgets opening to the left (default: Entypo.ICON_CHEVRON_LEFT).
Icon to use for PopupButton widgets opening to the right (default: Entypo.ICON_CHEVRON_RIGHT).
The font size for all widgets other than buttons and textboxes (default: 16).
The border width for TabHeader widgets (default: 0.75f).
The amount of horizontal padding for a TabHeader widget (default: 10).
The amount of vertical padding for a TabHeader widget (default: 2).
Used to help specify what lies "in bound" for a TabHeader widget (default: 20).
Icon to indicate hidden tabs to the left on a TabHeader (default: Entypo.ICON_ARROW_BOLD_LEFT).
Icon to indicate hidden tabs to the right on a TabHeader (default: Entypo.ICON_ARROW_BOLD_RIGHT).
The inner margin on a TabHeader widget (default: 5).
The maximum size for buttons on a TabHeader widget (default: 160).
The minimum size for buttons on a TabHeader widget (default: 20).
Icon to use when a TextBox has a down toggle (e.g. IntBox) (default: Entypo.ICON_CHEVRON_DOWN).
The font size for text boxes (default: 20).
Icon to use when a TextBox has an up toggle (e.g. IntBox) (default: Entypo.ICON_CHEVRON_UP).
The text color (default: intensity=255, alpha=160; see nanogui.Color.Color(int,int)).
The text shadow color (default: intensity=0, alpha=160; see nanogui.Color.Color(int,int)).
The transparency color (default: intensity=0, alpha=0; see nanogui.Color.Color(int,int)).
Rounding radius for Window widget corners (default: 2).
Size of drop shadow rendered behind the Window widgets (default: 10).
The fill color for a Window that is in focus (default: intensity=45, alpha=230; see nanogui.Color.Color(int,int)).
The fill color for a Window that is not in focus (default: intensity=43, alpha=230; see nanogui.Color.Color(int,int)).
The bottom gradient color for Window headings (default: \ref nanogui::Theme::mButtonGradientBotUnfocused).
The top gradient color for Window headings (default: \ref nanogui::Theme::mButtonGradientTopUnfocused).
Default size of Window widget titles (default: 30).
The Window header bottom separation color (default: nanogui.Theme.mBorderDark).
The Window header top separation color (default: nanogui.Theme.mBorderLight).
The popup window color (default: intensity=50, alpha=255; see nanogui.Color.Color(int,int)).
The transparent popup window color (default: intensity=50, alpha=0; see nanogui.Color.Color(int,int)).
The title color for a Window that is in focus (default: intensity=255, alpha=190; see nanogui.Color.Color(int,int)).
The title color for a Window that is not in focus (default: intensity=220, alpha=160; see nanogui.Color.Color(int,int)).
Storage class for basic theme-related properties.