C# 클래스 MetaEditor.ShiftColors

The shift colors.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
BlueToShift int
GreenToShift int
RedToShift int
StartingBlue int
StartingGreen int
StartingRed int

공개 메소드들

메소드 설명
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.

메소드 상세

ReadPlugin() 공개 정적인 메소드

The read plugin.
public static ReadPlugin ( ) : void
리턴 void

SetVariables() 공개 정적인 메소드

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.
리턴 void

ShiftBlue() 공개 정적인 메소드

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

ShiftGreen() 공개 정적인 메소드

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

ShiftRed() 공개 정적인 메소드

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

Shifter() 공개 정적인 메소드

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.
리턴 int

WritePlugin() 공개 정적인 메소드

The write plugin.
public static WritePlugin ( ) : void
리턴 void

프로퍼티 상세

BlueToShift 공개적으로 정적으로 프로퍼티

The blue to shift.
public static int BlueToShift
리턴 int

GreenToShift 공개적으로 정적으로 프로퍼티

The green to shift.
public static int GreenToShift
리턴 int

RedToShift 공개적으로 정적으로 프로퍼티

The red to shift.
public static int RedToShift
리턴 int

StartingBlue 공개적으로 정적으로 프로퍼티

The starting blue.
public static int StartingBlue
리턴 int

StartingGreen 공개적으로 정적으로 프로퍼티

The starting green.
public static int StartingGreen
리턴 int

StartingRed 공개적으로 정적으로 프로퍼티

The starting red.
public static int StartingRed
리턴 int