프로퍼티 | 타입 | 설명 | |
---|---|---|---|
copy_color_to_clipboard | bool |
메소드 | 설명 | |
---|---|---|
ColorExist ( Color c ) : bool | ||
ColorTable ( ) : System | ||
ColorTable ( Color colors ) : System | ||
RemoveCustomColor ( ) : void | ||
SetCustomColor ( Color col ) : void | ||
SortColorByBrightness ( ) : void | ||
SortColorByHue ( ) : void | ||
SortColorByValue ( ) : void |
메소드 | 설명 | |
---|---|---|
OnGotFocus ( |
||
OnLostFocus ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
ProcessDialogKey ( Keys keyData ) : bool |
메소드 | 설명 | |
---|---|---|
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 |