C# 클래스 SadConsole.StringParser.ParseCommandRecolor

Recolors a glyph.
상속: ParseCommandBase
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A byte
B byte
Counter int
Default bool
G byte
KeepAlpha bool
KeepBlue bool
KeepGreen bool
KeepRed bool
R byte

공개 메소드들

메소드 설명
Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
ParseCommandRecolor ( ) : System
ParseCommandRecolor ( string parameters ) : System

메소드 상세

Build() 공개 메소드

public Build ( ColoredGlyph &glyphState, ColoredGlyph glyphString, int surfaceIndex, ITextSurface surface, SurfaceEditor editor, int &stringIndex, string processedString, ParseCommandStacks commandStack ) : void
glyphState ColoredGlyph
glyphString ColoredGlyph
surfaceIndex int
surface ITextSurface
editor SadConsole.Consoles.SurfaceEditor
stringIndex int
processedString string
commandStack ParseCommandStacks
리턴 void

ParseCommandRecolor() 공개 메소드

public ParseCommandRecolor ( ) : System
리턴 System

ParseCommandRecolor() 공개 메소드

public ParseCommandRecolor ( string parameters ) : System
parameters string
리턴 System

프로퍼티 상세

A 공개적으로 프로퍼티

public byte A
리턴 byte

B 공개적으로 프로퍼티

public byte B
리턴 byte

Counter 공개적으로 프로퍼티

public int Counter
리턴 int

Default 공개적으로 프로퍼티

public bool Default
리턴 bool

G 공개적으로 프로퍼티

public byte G
리턴 byte

KeepAlpha 공개적으로 프로퍼티

public bool KeepAlpha
리턴 bool

KeepBlue 공개적으로 프로퍼티

public bool KeepBlue
리턴 bool

KeepGreen 공개적으로 프로퍼티

public bool KeepGreen
리턴 bool

KeepRed 공개적으로 프로퍼티

public bool KeepRed
리턴 bool

R 공개적으로 프로퍼티

public byte R
리턴 byte