StyleSheet

Undocumented in source.

Constructors

this
this()

Creates a default stylesheet. Only uses the first 7 colors (0-6 or 0x0000-0x0006).

Members

Functions

addFontset
void addFontset(Fontset 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 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
ubyte[64] defaultpaletteforGUI;
Undocumented in source.

Meta