C# Class ColorPicker.ColorTable

Inheritance: ColorPicker.LabelRotate
Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Свойство Type Description
copy_color_to_clipboard bool

Méthodes publiques

Méthode Description
ColorExist ( Color c ) : bool
ColorTable ( ) : System
ColorTable ( Color colors ) : System
RemoveCustomColor ( ) : void
SetCustomColor ( Color col ) : void
SortColorByBrightness ( ) : void
SortColorByHue ( ) : void
SortColorByValue ( ) : void

Méthodes protégées

Méthode Description
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool

Private Methods

Méthode 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 ) : Rectangle
GetRectangle ( int row, int col ) : Rectangle
GetRowCol ( int index, int &row, int &col ) : void
GetSelectedItemRect ( ) : Rectangle
SetIndex ( int index ) : void
color_to_str ( Color c ) : string

Method Details

ColorExist() public méthode

public ColorExist ( Color c ) : bool
c Color
Résultat bool

ColorTable() public méthode

public ColorTable ( ) : System
Résultat System

ColorTable() public méthode

public ColorTable ( Color colors ) : System
colors Color
Résultat System

OnGotFocus() protected méthode

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

RemoveCustomColor() public méthode

public RemoveCustomColor ( ) : void
Résultat void

SetCustomColor() public méthode

public SetCustomColor ( Color col ) : void
col Color
Résultat void

SortColorByBrightness() public méthode

public SortColorByBrightness ( ) : void
Résultat void

SortColorByHue() public méthode

public SortColorByHue ( ) : void
Résultat void

SortColorByValue() public méthode

public SortColorByValue ( ) : void
Résultat void

Property Details

copy_color_to_clipboard public_oe static_oe property

public static bool copy_color_to_clipboard
Résultat bool