Method | Description | |
---|---|---|
ColorFieldPanel ( ) : System | ||
UpdateColor ( |
||
UpdateColor ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnLoad ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
CalculateSelectedColor ( Point p ) : Color | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InvalidateNewAndOldRegions ( Point oldPoint, Point newPoint ) : void | ||
UpdateColor ( |
||
UpdateCurrentColorBitmap ( bool resetPreviouslyPickedPoint ) : void | ||
cursorTimer_Tick ( object sender, System e ) : void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public UpdateColor ( |
||
colorSpace | ||
component | char | |
color | Color | |
resetPreviouslyPickedPoint | bool | |
return | void |
public UpdateColor ( |
||
colorSpace | ||
component | char | |
selectedComponentValue | int | |
resetPreviouslyPickedPoint | bool | |
return | void |