C# 클래스 Nintenlord.GBA_Graphics_Editor.Program

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
ChangeTSAIndex ( int x, int y ) : void
DumpRawGraphics ( string path ) : void

DumpRawPalette ( string path ) : void

DumpRawTSA ( string path ) : void

Exit ( ) : bool

GetMode ( ) : GraphicsMode
InsertBitmap ( ) : void

InsertRawGraphics ( ) : void

InsertRawPalette ( ) : void

InsertRawTSA ( ) : void

LoadNLZFile ( string path ) : void

LoadPalFile ( string path ) : void

LoadROM ( string path ) : void

SaveBitmap ( string path ) : void

SaveNLZFile ( ) : void

Scan ( int sizeMultible ) : void

Update ( ) : void
UpdateGraphics ( ) : void
WriteToROM ( ) : bool

WriteToROM ( string path ) : bool

비공개 메소드들

메소드 설명
BeginningStuff ( ) : void

DumpRawData ( DataBuffer data, string path ) : void

GetPalette ( Bitmap bitmap ) : Color[]
ImageIndexUD_ValueChanged ( object sender, EventArgs e ) : void
InsertRawData ( WriteInfo info, byte data, DataBuffer originalData, int originalOffset, bool compressed ) : bool

Main ( string args ) : void
OffsetUD_ValueChanged ( object sender, EventArgs e ) : void
ROMPALoffsetUD_ValueChanged ( object sender, EventArgs e ) : void
ReloadRawDatas ( bool reloadGraphics, bool reloadPalette, bool reloadTSA ) : void
UpdateDisplayedOffsets ( ) : void
UpdateRanges ( ) : void
UpdateStoredOffsets ( ) : void
WriteDatas ( bool writeGraphics, bool writePalette, bool writeTSA ) : void
compROMPalette_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

ChangeTSAIndex() 공개 정적인 메소드

public static ChangeTSAIndex ( int x, int y ) : void
x int
y int
리턴 void

DumpRawGraphics() 공개 정적인 메소드

public static DumpRawGraphics ( string path ) : void
path string
리턴 void

DumpRawPalette() 공개 정적인 메소드

public static DumpRawPalette ( string path ) : void
path string
리턴 void

DumpRawTSA() 공개 정적인 메소드

public static DumpRawTSA ( string path ) : void
path string
리턴 void

Exit() 공개 정적인 메소드

public static Exit ( ) : bool
리턴 bool

GetMode() 공개 정적인 메소드

public static GetMode ( ) : GraphicsMode
리턴 GraphicsMode

InsertBitmap() 공개 정적인 메소드

public static InsertBitmap ( ) : void
리턴 void

InsertRawGraphics() 공개 정적인 메소드

public static InsertRawGraphics ( ) : void
리턴 void

InsertRawPalette() 공개 정적인 메소드

public static InsertRawPalette ( ) : void
리턴 void

InsertRawTSA() 공개 정적인 메소드

public static InsertRawTSA ( ) : void
리턴 void

LoadNLZFile() 공개 정적인 메소드

public static LoadNLZFile ( string path ) : void
path string
리턴 void

LoadPalFile() 공개 정적인 메소드

public static LoadPalFile ( string path ) : void
path string
리턴 void

LoadROM() 공개 정적인 메소드

public static LoadROM ( string path ) : void
path string
리턴 void

SaveBitmap() 공개 정적인 메소드

public static SaveBitmap ( string path ) : void
path string
리턴 void

SaveNLZFile() 공개 정적인 메소드

public static SaveNLZFile ( ) : void
리턴 void

Scan() 공개 정적인 메소드

public static Scan ( int sizeMultible ) : void
sizeMultible int
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void

UpdateGraphics() 공개 정적인 메소드

public static UpdateGraphics ( ) : void
리턴 void

WriteToROM() 공개 정적인 메소드

public static WriteToROM ( ) : bool
리턴 bool

WriteToROM() 공개 정적인 메소드

public static WriteToROM ( string path ) : bool
path string
리턴 bool