C# Class MetaEditor.ColorShifting.ColorShifting

Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
buttSave System.Windows.Forms.Button

Méthodes publiques

Méthode Description
ColorShifting ( ) : System

Initializes a new instance of the ColorShifting class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetStartingColorPreview ( ) : void

The set starting color preview.

UpdateLayersPreview ( ) : void

The update layers preview.

buttCancel_Click ( object sender, EventArgs e ) : void

The butt cancel_ click.

buttSave_Click ( object sender, EventArgs e ) : void

The butt save_ click.

hScrlBBlueToShift_Scroll ( object sender, ScrollEventArgs e ) : void

The h scrl b blue to shift_ scroll.

hScrlBBlue_Scroll ( object sender, ScrollEventArgs e ) : void

The h scrl b blue_ scroll.

hScrlBGreenToShift_Scroll ( object sender, ScrollEventArgs e ) : void

The h scrl b green to shift_ scroll.

hScrlBGreen_Scroll ( object sender, ScrollEventArgs e ) : void

The h scrl b green_ scroll.

hScrlBRedToShift_Scroll ( object sender, ScrollEventArgs e ) : void

The h scrl b red to shift_ scroll.

hScrlBRed_Scroll ( object sender, ScrollEventArgs e ) : void

The h scrl b red_ scroll.

txtBRed_TextChanged ( object sender, EventArgs e ) : void

The txt b red_ text changed.

Method Details

ColorShifting() public méthode

Initializes a new instance of the ColorShifting class.
public ColorShifting ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Property Details

buttSave public_oe property

public System.Windows.Forms.Button buttSave
Résultat System.Windows.Forms.Button