C# Class entity.MetaEditor2.argb_color

Inheritance: BaseField
ファイルを表示 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
ValueType IFPIO.ObjectEnum

Public Methods

Method Description
BaseField_Leave ( object sender, EventArgs e ) : void
Poke ( ) : void
Populate ( int iOffset, bool useMemoryStream ) : void
Save ( ) : void
SetFocus ( int LineToCheck ) : void
argb_color ( Meta meta, string iEntName, Map map, int iOffsetInChunk, bool hasAlphaChannel, IFPIO valueType, int iLineNumber ) : System

Creates a color wheel with associated (A)RGB text boxes

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.

writeTo ( System bw ) : void

Method Details

BaseField_Leave() public method

public BaseField_Leave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

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

Poke() public method

public Poke ( ) : void
return void

Populate() public method

public Populate ( int iOffset, bool useMemoryStream ) : void
iOffset int
useMemoryStream bool
return void

Save() public method

public Save ( ) : void
return void

SetFocus() public method

public SetFocus ( int LineToCheck ) : void
LineToCheck int
return void

argb_color() public method

Creates a color wheel with associated (A)RGB text boxes
public argb_color ( Meta meta, string iEntName, Map map, int iOffsetInChunk, bool hasAlphaChannel, IFPIO valueType, int iLineNumber ) : System
meta HaloMap.Meta.Meta
iEntName string Control display name
map HaloMap.Map.Map
iOffsetInChunk int
hasAlphaChannel bool True if ARGB, False for RGB
valueType HaloMap.Plugins.IFPIO Float for 0f-1f, Int for 0-255
iLineNumber int
return System

Property Details

ValueType public_oe property

public IFPIO.ObjectEnum ValueType
return IFPIO.ObjectEnum