C# Class entity.Forms.MetaEditor.ShiftColors

Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
BlueToShift int
GreenToShift int
RedToShift int
StartingBlue int
StartingGreen int
StartingRed int

Public Methods

Method Description
ReadPlugin ( ) : void
SetVariables ( int Stred, int Stblue, int Stgreen, int Shred, int Shblue, int Shgreen ) : void
ShiftBlue ( int layer ) : int
ShiftGreen ( int layer ) : int
ShiftRed ( int layer ) : int
Shifter ( int layer, int tempshifter, int tempStarting ) : int
WritePlugin ( ) : void

Method Details

ReadPlugin() public static method

public static ReadPlugin ( ) : void
return void

SetVariables() public static method

public static SetVariables ( int Stred, int Stblue, int Stgreen, int Shred, int Shblue, int Shgreen ) : void
Stred int
Stblue int
Stgreen int
Shred int
Shblue int
Shgreen int
return void

ShiftBlue() public static method

public static ShiftBlue ( int layer ) : int
layer int
return int

ShiftGreen() public static method

public static ShiftGreen ( int layer ) : int
layer int
return int

ShiftRed() public static method

public static ShiftRed ( int layer ) : int
layer int
return int

Shifter() public static method

public static Shifter ( int layer, int tempshifter, int tempStarting ) : int
layer int
tempshifter int
tempStarting int
return int

WritePlugin() public static method

public static WritePlugin ( ) : void
return void

Property Details

BlueToShift public_oe static_oe property

public static int BlueToShift
return int

GreenToShift public_oe static_oe property

public static int GreenToShift
return int

RedToShift public_oe static_oe property

public static int RedToShift
return int

StartingBlue public_oe static_oe property

public static int StartingBlue
return int

StartingGreen public_oe static_oe property

public static int StartingGreen
return int

StartingRed public_oe static_oe property

public static int StartingRed
return int