C# Class Forex_Strategy_Builder.LayoutColors

Colors
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
InitColorSchemes ( ) : void

Inits the color scheme.

LoadColorScheme ( string sColorScheme ) : void

Loads the color scheme from a file

Private Methods

Method Description
LayoutColors ( ) : System

Constructor

ParseColor ( string node ) : Color

Parses the color from the given xml node

SetColorsDefault ( ) : void

Sets the default color scheme

Method Details

InitColorSchemes() public static method

Inits the color scheme.
public static InitColorSchemes ( ) : void
return void

LoadColorScheme() public static method

Loads the color scheme from a file
public static LoadColorScheme ( string sColorScheme ) : void
sColorScheme string
return void