Theme

Undocumented in source.

Members

Enums

BorderType
enum BorderType

Border type

Functions

copy
Theme copy()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin JsonizeMe
Undocumented in source.

Variables

background
Background background;

Background

borderColor
Color borderColor;
Undocumented in source.
borderType
BorderType borderType;

Border type

cornerRadius
float cornerRadius;

Radius

customColors
Color[string] customColors;
Undocumented in source.
disabledTextColor
Color disabledTextColor;
Undocumented in source.
drawDropShadow
bool drawDropShadow;

Draw drop shadow ?

drawTextShadow
bool drawTextShadow;

Draw text shadow ?

dropShadowColor
Color dropShadowColor;
Undocumented in source.
font
Font font;
Undocumented in source.
fontColor
Color fontColor;
Undocumented in source.
fontSize
int fontSize;
Undocumented in source.
iconFont
Font iconFont;
Undocumented in source.
name
string name;
Undocumented in source.
parent
Theme parent;
Undocumented in source.
scale
float scale;

Scale

subThemes
Theme[string] subThemes;
Undocumented in source.

Meta