C# Class MetaEditor.ShiftColors

The shift colors.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
BlueToShift int
GreenToShift int
RedToShift int
StartingBlue int
StartingGreen int
StartingRed int

Méthodes publiques

Méthode 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 méthode

The read plugin.
public static ReadPlugin ( ) : void
Résultat void

SetVariables() public static méthode

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.
Résultat void

ShiftBlue() public static méthode

The shift blue.
public static ShiftBlue ( int layer ) : int
layer int The layer.
Résultat int

ShiftGreen() public static méthode

The shift green.
public static ShiftGreen ( int layer ) : int
layer int The layer.
Résultat int

ShiftRed() public static méthode

The shift red.
public static ShiftRed ( int layer ) : int
layer int The layer.
Résultat int

Shifter() public static méthode

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.
Résultat int

WritePlugin() public static méthode

The write plugin.
public static WritePlugin ( ) : void
Résultat void

Property Details

BlueToShift public_oe static_oe property

The blue to shift.
public static int BlueToShift
Résultat int

GreenToShift public_oe static_oe property

The green to shift.
public static int GreenToShift
Résultat int

RedToShift public_oe static_oe property

The red to shift.
public static int RedToShift
Résultat int

StartingBlue public_oe static_oe property

The starting blue.
public static int StartingBlue
Résultat int

StartingGreen public_oe static_oe property

The starting green.
public static int StartingGreen
Résultat int

StartingRed public_oe static_oe property

The starting red.
public static int StartingRed
Résultat int