C# Class MetaEditor.ShiftColors

The shift colors.
ファイルを表示 Open project: troymac1ure/Entity

Public Properties

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

Public Methods

Method Description
ReadPlugin ( ) : void

The read plugin.

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

The set variables.

ShiftBlue ( int layer ) : int

The shift blue.

ShiftGreen ( int layer ) : int

The shift green.

ShiftRed ( int layer ) : int

The shift red.

Shifter ( int layer, int tempshifter, int tempStarting ) : int

The shifter.

WritePlugin ( ) : void

The write plugin.

Method Details

ReadPlugin() public static method

The read plugin.
public static ReadPlugin ( ) : void
return void

SetVariables() public static method

The set variables.
public static SetVariables ( int Stred, int Stblue, int Stgreen, int Shred, int Shblue, int Shgreen ) : void
Stred int The stred.
Stblue int The stblue.
Stgreen int The stgreen.
Shred int The shred.
Shblue int The shblue.
Shgreen int The shgreen.
return void

ShiftBlue() public static method

The shift blue.
public static ShiftBlue ( int layer ) : int
layer int The layer.
return int

ShiftGreen() public static method

The shift green.
public static ShiftGreen ( int layer ) : int
layer int The layer.
return int

ShiftRed() public static method

The shift red.
public static ShiftRed ( int layer ) : int
layer int The layer.
return int

Shifter() public static method

The shifter.
public static Shifter ( int layer, int tempshifter, int tempStarting ) : int
layer int The layer.
tempshifter int The tempshifter.
tempStarting int The temp starting.
return int

WritePlugin() public static method

The write plugin.
public static WritePlugin ( ) : void
return void

Property Details

BlueToShift public_oe static_oe property

The blue to shift.
public static int BlueToShift
return int

GreenToShift public_oe static_oe property

The green to shift.
public static int GreenToShift
return int

RedToShift public_oe static_oe property

The red to shift.
public static int RedToShift
return int

StartingBlue public_oe static_oe property

The starting blue.
public static int StartingBlue
return int

StartingGreen public_oe static_oe property

The starting green.
public static int StartingGreen
return int

StartingRed public_oe static_oe property

The starting red.
public static int StartingRed
return int