C# 클래스 Ultima.AnimIdx

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
idxextra int

공개 메소드들

메소드 설명
AddFrame ( Bitmap bit ) : void
AnimIdx ( BinaryReader bin, int extra ) : System.Collections.Generic
AnimIdx ( int index, FileIndex fileIndex, int filetype ) : System.Collections.Generic
ClearFrames ( ) : void
ExportPalette ( string filename, int type ) : void
ExportToVD ( BinaryWriter bin, long &indexpos, long &animpos ) : void
GetFrames ( ) : System.Drawing.Bitmap[]
GetGifPalette ( Bitmap bit ) : void
GetImagePalette ( Bitmap bit ) : void
PaletteConversor ( int seletor ) : void
PaletteReductor ( int Redp, int Greenp, int Bluep ) : void
RemoveFrame ( int index ) : void
ReplaceFrame ( Bitmap bit, int index ) : void
ReplacePalette ( ushort palette ) : void
Save ( BinaryWriter bin, BinaryWriter idx ) : void

메소드 상세

AddFrame() 공개 메소드

public AddFrame ( Bitmap bit ) : void
bit System.Drawing.Bitmap
리턴 void

AnimIdx() 공개 메소드

public AnimIdx ( BinaryReader bin, int extra ) : System.Collections.Generic
bin System.IO.BinaryReader
extra int
리턴 System.Collections.Generic

AnimIdx() 공개 메소드

public AnimIdx ( int index, FileIndex fileIndex, int filetype ) : System.Collections.Generic
index int
fileIndex FileIndex
filetype int
리턴 System.Collections.Generic

ClearFrames() 공개 메소드

public ClearFrames ( ) : void
리턴 void

ExportPalette() 공개 메소드

public ExportPalette ( string filename, int type ) : void
filename string
type int
리턴 void

ExportToVD() 공개 메소드

public ExportToVD ( BinaryWriter bin, long &indexpos, long &animpos ) : void
bin System.IO.BinaryWriter
indexpos long
animpos long
리턴 void

GetFrames() 공개 메소드

public GetFrames ( ) : System.Drawing.Bitmap[]
리턴 System.Drawing.Bitmap[]

GetGifPalette() 공개 메소드

public GetGifPalette ( Bitmap bit ) : void
bit System.Drawing.Bitmap
리턴 void

GetImagePalette() 공개 메소드

public GetImagePalette ( Bitmap bit ) : void
bit System.Drawing.Bitmap
리턴 void

PaletteConversor() 공개 메소드

public PaletteConversor ( int seletor ) : void
seletor int
리턴 void

PaletteReductor() 공개 메소드

public PaletteReductor ( int Redp, int Greenp, int Bluep ) : void
Redp int
Greenp int
Bluep int
리턴 void

RemoveFrame() 공개 메소드

public RemoveFrame ( int index ) : void
index int
리턴 void

ReplaceFrame() 공개 메소드

public ReplaceFrame ( Bitmap bit, int index ) : void
bit System.Drawing.Bitmap
index int
리턴 void

ReplacePalette() 공개 메소드

public ReplacePalette ( ushort palette ) : void
palette ushort
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter bin, BinaryWriter idx ) : void
bin System.IO.BinaryWriter
idx System.IO.BinaryWriter
리턴 void

프로퍼티 상세

idxextra 공개적으로 프로퍼티

public int idxextra
리턴 int