C# Class SadConsoleEditor.Windows.ColorPickerPopup

Inheritance: SadConsole.Consoles.Window
Mostra file Open project: Thraka/SadConsoleEditor

Public Methods

Method Description
AddPreviousColor ( Color color ) : void
ColorPickerPopup ( ) : System
Redraw ( ) : void
Show ( bool modal ) : void

Private Methods

Method Description
_barH_ColorChanged ( object sender, EventArgs e ) : void
_picker_SelectedColorChanged ( object sender, EventArgs e ) : void
bar_ColorChanged ( object sender, EventArgs e ) : void

Method Details

AddPreviousColor() public method

public AddPreviousColor ( Color color ) : void
color Color
return void

ColorPickerPopup() public method

public ColorPickerPopup ( ) : System
return System

Redraw() public method

public Redraw ( ) : void
return void

Show() public method

public Show ( bool modal ) : void
modal bool
return void