Свойство | Тип | Описание | |
---|---|---|---|
EntName | string | ||
LineNumber | int | ||
Value | object | ||
alphaText | |||
blueText | |||
chunkOffset | int | ||
color | ColorHandler.RGB | ||
greenText | |||
offsetInMap | int | ||
redText |
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
OnColorChanged ( ) : void | ||
OnLoad ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( |
Метод | Описание | |
---|---|---|
ComputeDiameter ( |
||
ComputeRadius ( |
||
Control_LostFocus ( object sender, |
The control_ lost focus.
|
|
Control_TextChanged ( object sender, |
The control_ text changed.
|
|
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 | ||
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. /// |
Результат | System |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
e | ||
Результат | void |
public static checkForColor ( string name, |
||
name | string | /// The name. /// |
cntl | /// The cntl. /// | |
search1 | string | /// The search 1. /// |
search2 | string | /// The search 2. /// |
Результат | bool |
public setTextBox ( |
||
tb | /// The tb. /// | |
col | Color | /// The col. /// |
Результат | void |
public TextBox,System.Windows.Forms alphaText | ||
Результат |
public TextBox,System.Windows.Forms blueText | ||
Результат |
public TextBox,System.Windows.Forms greenText | ||
Результат |