C# Class entity.Forms.MetaEditor.ShiftColors

Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

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

public static ReadPlugin ( ) : void
Résultat void

SetVariables() public static méthode

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

ShiftBlue() public static méthode

public static ShiftBlue ( int layer ) : int
layer int
Résultat int

ShiftGreen() public static méthode

public static ShiftGreen ( int layer ) : int
layer int
Résultat int

ShiftRed() public static méthode

public static ShiftRed ( int layer ) : int
layer int
Résultat int

Shifter() public static méthode

public static Shifter ( int layer, int tempshifter, int tempStarting ) : int
layer int
tempshifter int
tempStarting int
Résultat int

WritePlugin() public static méthode

public static WritePlugin ( ) : void
Résultat void

Property Details

BlueToShift public_oe static_oe property

public static int BlueToShift
Résultat int

GreenToShift public_oe static_oe property

public static int GreenToShift
Résultat int

RedToShift public_oe static_oe property

public static int RedToShift
Résultat int

StartingBlue public_oe static_oe property

public static int StartingBlue
Résultat int

StartingGreen public_oe static_oe property

public static int StartingGreen
Résultat int

StartingRed public_oe static_oe property

public static int StartingRed
Résultat int