C# Class SadConsoleEditor.Settings

ファイルを表示 Open project: Thraka/SadConsoleEditor

Public Properties

Property Type Description
Appearance_ControlDisabled SadConsole.CellAppearance
Appearance_ControlFocused SadConsole.CellAppearance
Appearance_ControlMouseDown SadConsole.CellAppearance
Appearance_ControlNormal SadConsole.CellAppearance
Appearance_ControlOver SadConsole.CellAppearance
Appearance_ControlSelected SadConsole.CellAppearance
Appearance_ControlTextBoxNormal SadConsole.CellAppearance
Appearance_ListBoxItem_Normal SadConsole.CellAppearance
Appearance_ListBoxItem_SelectedItem SadConsole.CellAppearance
Appearance_Text SadConsole.CellAppearance
Appearance_TextValue SadConsole.CellAppearance
Blue Color
Color_ControlBack Color
Color_ControlBackDim Color
Color_ControlBackSelected Color
Color_MenuBack Color
Color_MenuBackDark Color
Color_MenuLines Color
Color_MenuLinesBright Color
Color_MenuShade Color
Color_Text Color
Color_TextBright Color
Color_TextDark Color
Color_TextDim Color
Color_TextSelected Color
Color_TextSelectedDark Color
Color_TitleText Color
Color_WorkAreaBack Color
Config ProgramSettings
Green Color
Grey Color
NoCheckRadioButtonTheme SadConsole.Themes.RadioButtonTheme
Orange Color
QuickEditor SadConsole.Consoles.SurfaceEditor
Red Color
Yellow Color

Public Methods

Method Description
SetupThemes ( ) : void

Private Methods

Method Description
ClearAlpha ( Color color ) : Color

Method Details

SetupThemes() public static method

public static SetupThemes ( ) : void
return void

Property Details

Appearance_ControlDisabled public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlDisabled
return SadConsole.CellAppearance

Appearance_ControlFocused public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlFocused
return SadConsole.CellAppearance

Appearance_ControlMouseDown public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlMouseDown
return SadConsole.CellAppearance

Appearance_ControlNormal public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlNormal
return SadConsole.CellAppearance

Appearance_ControlOver public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlOver
return SadConsole.CellAppearance

Appearance_ControlSelected public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlSelected
return SadConsole.CellAppearance

Appearance_ControlTextBoxNormal public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ControlTextBoxNormal
return SadConsole.CellAppearance

Appearance_ListBoxItem_Normal public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ListBoxItem_Normal
return SadConsole.CellAppearance

Appearance_ListBoxItem_SelectedItem public_oe static_oe property

public static CellAppearance,SadConsole Appearance_ListBoxItem_SelectedItem
return SadConsole.CellAppearance

Appearance_Text public_oe static_oe property

public static CellAppearance,SadConsole Appearance_Text
return SadConsole.CellAppearance

Appearance_TextValue public_oe static_oe property

public static CellAppearance,SadConsole Appearance_TextValue
return SadConsole.CellAppearance

Blue public_oe static_oe property

public static Color Blue
return Color

Color_ControlBack public_oe static_oe property

public static Color Color_ControlBack
return Color

Color_ControlBackDim public_oe static_oe property

public static Color Color_ControlBackDim
return Color

Color_ControlBackSelected public_oe static_oe property

public static Color Color_ControlBackSelected
return Color

Color_MenuBack public_oe static_oe property

public static Color Color_MenuBack
return Color

Color_MenuBackDark public_oe static_oe property

public static Color Color_MenuBackDark
return Color

Color_MenuLines public_oe static_oe property

public static Color Color_MenuLines
return Color

Color_MenuLinesBright public_oe static_oe property

public static Color Color_MenuLinesBright
return Color

Color_MenuShade public_oe static_oe property

public static Color Color_MenuShade
return Color

Color_Text public_oe static_oe property

public static Color Color_Text
return Color

Color_TextBright public_oe static_oe property

public static Color Color_TextBright
return Color

Color_TextDark public_oe static_oe property

public static Color Color_TextDark
return Color

Color_TextDim public_oe static_oe property

public static Color Color_TextDim
return Color

Color_TextSelected public_oe static_oe property

public static Color Color_TextSelected
return Color

Color_TextSelectedDark public_oe static_oe property

public static Color Color_TextSelectedDark
return Color

Color_TitleText public_oe static_oe property

public static Color Color_TitleText
return Color

Color_WorkAreaBack public_oe static_oe property

public static Color Color_WorkAreaBack
return Color

Config public_oe static_oe property

public static ProgramSettings,SadConsoleEditor Config
return ProgramSettings

Green public_oe static_oe property

public static Color Green
return Color

Grey public_oe static_oe property

public static Color Grey
return Color

NoCheckRadioButtonTheme public_oe static_oe property

public static SadConsole.Themes.RadioButtonTheme NoCheckRadioButtonTheme
return SadConsole.Themes.RadioButtonTheme

Orange public_oe static_oe property

public static Color Orange
return Color

QuickEditor public_oe static_oe property

public static SadConsole.Consoles.SurfaceEditor QuickEditor
return SadConsole.Consoles.SurfaceEditor

Red public_oe static_oe property

public static Color Red
return Color

Yellow public_oe static_oe property

public static Color Yellow
return Color