C# Class MetaEditor.ColorShifting.ColorShifting

Exibir arquivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
buttSave System.Windows.Forms.Button

Public Methods

Method Description
ColorShifting ( ) : System

Initializes a new instance of the ColorShifting class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Initializes a new instance of the ColorShifting class.
public ColorShifting ( ) : System
return System

Dispose() protected method

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

Property Details

buttSave public_oe property

public System.Windows.Forms.Button buttSave
return System.Windows.Forms.Button