Property | Type | Description | |
---|---|---|---|
copy_color_to_clipboard | bool |
Method | Description | |
---|---|---|
ColorExist ( Color c ) : bool | ||
ColorTable ( ) : System | ||
ColorTable ( Color colors ) : System | ||
RemoveCustomColor ( ) : void | ||
SetCustomColor ( Color col ) : void | ||
SortColorByBrightness ( ) : void | ||
SortColorByHue ( ) : void | ||
SortColorByValue ( ) : void |
Method | Description | |
---|---|---|
OnGotFocus ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
ProcessDialogKey ( Keys keyData ) : bool |
Method | Description | |
---|---|---|
CompareColorByBrightness ( Color c1, Color c2 ) : int | ||
CompareColorByHue ( Color c1, Color c2 ) : int | ||
CompareColorByValue ( Color c1, Color c2 ) : int | ||
GetIndex ( int row, int col ) : int | ||
GetIndexFromMousePos ( int x, int y ) : int | ||
GetRectangle ( int index ) : |
||
GetRectangle ( int row, int col ) : |
||
GetRowCol ( int index, int &row, int &col ) : void | ||
GetSelectedItemRect ( ) : |
||
SetIndex ( int index ) : void | ||
color_to_str ( Color c ) : string |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected ProcessDialogKey ( Keys keyData ) : bool | ||
keyData | Keys | |
return | bool |