Property | Type | Description | |
---|---|---|---|
EntName | string | ||
LineNumber | int | ||
Value | object | ||
alphaText | |||
blueText | |||
chunkOffset | int | ||
color | |||
greenText | |||
offsetInMap | int | ||
redText |
Method | Description | |
---|---|---|
ColorWheel ( ) : System |
Initializes a new instance of the ColorWheel class.
|
|
ColorWheel ( int r, int g, int b ) : System |
Initializes a new instance of the ColorWheel class.
|
|
checkForColor ( string name, |
The check for color.
|
|
setTextBox ( |
The set text box.
|
|
updateBar ( ) : void |
The update bar.
|
|
updateBox ( ) : void |
The update box.
|
Method | Description | |
---|---|---|
OnColorChanged ( ) : void | ||
OnLoad ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
ComputeDiameter ( |
||
ComputeRadius ( |
||
Control_LostFocus ( object sender, |
The control_ lost focus.
|
|
Control_TextChanged ( object sender, |
Called when a (ARGB) textbox is changed. Starts a timer, then updates the colorwheel after the timer expires (allowing for typing)
|
|
DrawBar ( |
The draw bar.
|
|
DrawWheel ( |
The draw wheel.
|
|
GetCirclePoints ( float r, |
The get circle points.
|
|
GetColors ( ) : Color[] |
The get colors.
|
|
GrabColor ( object sender, Point mouseXY ) : void | ||
InitRenderSurface ( ) : void |
The init render surface.
|
|
InitRendering ( ) : void |
The init rendering.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SphericalToCartesian ( float r, float theta ) : |
The spherical to cartesian.
|
|
brightnessPictureBox_Paint ( object sender, PaintEventArgs e ) : void | ||
timer1_Tick ( object sender, |
The timer is used to control the color wheel update from the text boxes. If we update instantly, we are unable to type, therefore allow a delay for typing
|
|
wheelPictureBox_Click ( object sender, System e ) : void | ||
wheelPictureBox_MouseDown ( object sender, System e ) : void | ||
wheelPictureBox_MouseMove ( object sender, System e ) : void | ||
wheelPictureBox_MouseUp ( object sender, System e ) : void | ||
wheelPictureBox_Paint ( object sender, System e ) : void |
public ColorWheel ( int r, int g, int b ) : System | ||
r | int | /// The r. /// |
g | int | /// The g. /// |
b | int | /// The b. /// |
return | System |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
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 |
protected OnResize ( |
||
e | ||
return | void |
public static checkForColor ( string name, |
||
name | string | /// The name. /// |
cntl | /// The cntl. /// | |
search1 | string | /// The search 1. /// |
search2 | string | /// The search 2. /// |
return | bool |
public setTextBox ( |
||
tb | /// The tb. /// | |
col | Color | /// The col. /// |
return | void |
public TextBox,System.Windows.Forms alphaText | ||
return |
public TextBox,System.Windows.Forms blueText | ||
return |
public TextBox,System.Windows.Forms greenText | ||
return |