C# Class CodeImp.Gluon.ColorPalette

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
ColorPalette ( ) : System
GetNormalColor ( ColorIndex index ) : Color
SaveColors ( ) : void
SetNormalColor ( ColorIndex index, Color c ) : void
SetupDarkScheme ( ) : void
SetupNormalScheme ( ) : void
this ( ColorIndex colorindex ) : Color

Private Methods

Method Description
MakeDarkScheme ( ) : void
ReadColorSetting ( int index ) : Color
WriteColorSetting ( int index, Color color ) : void

Method Details

ColorPalette() public method

public ColorPalette ( ) : System
return System

GetNormalColor() public method

public GetNormalColor ( ColorIndex index ) : Color
index ColorIndex
return Color

SaveColors() public method

public SaveColors ( ) : void
return void

SetNormalColor() public method

public SetNormalColor ( ColorIndex index, Color c ) : void
index ColorIndex
c Color
return void

SetupDarkScheme() public method

public SetupDarkScheme ( ) : void
return void

SetupNormalScheme() public method

public SetupNormalScheme ( ) : void
return void

this() public method

public this ( ColorIndex colorindex ) : Color
colorindex ColorIndex
return Color