Property | Type | Description | |
---|---|---|---|
ThemesFile | string |
Method | Description | |
---|---|---|
AddTheme ( |
||
ApplyRainbowMode ( ) : void | ||
ApplyTheme ( string themeKey ) : void | ||
ClearThemes ( ) : void | ||
ContainsTheme ( string key ) : bool | ||
GetTheme ( string key ) : |
||
LoadDefaultThemes ( ) : void | ||
LoadFromFile ( string filename ) : void | ||
LoadFromStream ( Stream stream ) : void | ||
RemoveTheme ( string key ) : bool | ||
SaveToFile ( string filename ) : void | ||
SaveToStream ( Stream stream ) : void | ||
this ( string key ) : |
Method | Description | |
---|---|---|
ColorThemeManager ( ) : System | ||
OnThemeAdded ( |
||
OnThemeChanged ( |
||
OnThemeRemoved ( |
public LoadFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |