C# Class SidebarLibrary.WinControls.CustomColorDlg

Summary description for CustomColorDlg.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CustomColorDlg ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CalculatePaletteMarkerCoordinates ( int Hue, int Sat ) : void
ConvertToRGB ( float h, float s, float l ) : void
CustomColorDlg_Load ( object sender, System e ) : void
HueSatChanged ( ) : void
HueSatTextBoxChanged ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LumBox_Paint ( object sender, System e ) : void
LuminosityChanged ( ) : void
RGBTextChanged ( ) : void
blueEdit_TextChanged ( object sender, System e ) : void
greenEdit_TextChanged ( object sender, System e ) : void
hueEdit_TextChanged ( object sender, System e ) : void
lumBox_MouseDown ( object sender, System e ) : void
lumBox_MouseMove ( object sender, System e ) : void
lumBox_MouseUp ( object sender, System e ) : void
lumEdit_TextChanged ( object sender, System e ) : void
paletteBox_MouseDown ( object sender, System e ) : void
paletteBox_MouseMove ( object sender, System e ) : void
paletteBox_MouseUp ( object sender, System e ) : void
paletteBox_Paint ( object sender, System e ) : void
redEdit_TextChanged ( object sender, System e ) : void
satEdit_TextChanged ( object sender, System e ) : void

Method Details

CustomColorDlg() public method

public CustomColorDlg ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void