StyleSheet

Defines style data for the Concrete GUI.

Constructors

this
this()

Creates a default stylesheet.

Members

Functions

addFontset
void addFontset(Fontset!Bitmap16Bit f, string style)
Undocumented in source. Be warned that the author may not have intended to support it.
getColor
ushort getColor(string colorName)
Undocumented in source. Be warned that the author may not have intended to support it.
getFontset
Fontset!Bitmap16Bit getFontset(string style)
Undocumented in source. Be warned that the author may not have intended to support it.
getImage
Bitmap16Bit getImage(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setColor
void setColor(ushort c, string colorName)
Undocumented in source. Be warned that the author may not have intended to support it.
setImage
void setImage(Bitmap16Bit bitmap, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

defaultpaletteforGUI
Color[] defaultpaletteforGUI;

Default 16 color palette

Variables

color
ushort[string] color;

Colors are identified by strings.

drawParameters
int[string] drawParameters;

Draw parameters are used for border thickness, padding, etc...

fontTypes
string[string] fontTypes;

Font type descriptions for various kind of components

Meta