C# Class Ultima.AnimIdx

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Свойство Type Description
idxextra int

Méthodes publiques

Méthode Description
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

Method Details

AddFrame() public méthode

public AddFrame ( Bitmap bit ) : void
bit System.Drawing.Bitmap
Résultat void

AnimIdx() public méthode

public AnimIdx ( BinaryReader bin, int extra ) : System.Collections.Generic
bin System.IO.BinaryReader
extra int
Résultat System.Collections.Generic

AnimIdx() public méthode

public AnimIdx ( int index, FileIndex fileIndex, int filetype ) : System.Collections.Generic
index int
fileIndex FileIndex
filetype int
Résultat System.Collections.Generic

ClearFrames() public méthode

public ClearFrames ( ) : void
Résultat void

ExportPalette() public méthode

public ExportPalette ( string filename, int type ) : void
filename string
type int
Résultat void

ExportToVD() public méthode

public ExportToVD ( BinaryWriter bin, long &indexpos, long &animpos ) : void
bin System.IO.BinaryWriter
indexpos long
animpos long
Résultat void

GetFrames() public méthode

public GetFrames ( ) : System.Drawing.Bitmap[]
Résultat System.Drawing.Bitmap[]

GetGifPalette() public méthode

public GetGifPalette ( Bitmap bit ) : void
bit System.Drawing.Bitmap
Résultat void

GetImagePalette() public méthode

public GetImagePalette ( Bitmap bit ) : void
bit System.Drawing.Bitmap
Résultat void

PaletteConversor() public méthode

public PaletteConversor ( int seletor ) : void
seletor int
Résultat void

PaletteReductor() public méthode

public PaletteReductor ( int Redp, int Greenp, int Bluep ) : void
Redp int
Greenp int
Bluep int
Résultat void

RemoveFrame() public méthode

public RemoveFrame ( int index ) : void
index int
Résultat void

ReplaceFrame() public méthode

public ReplaceFrame ( Bitmap bit, int index ) : void
bit System.Drawing.Bitmap
index int
Résultat void

ReplacePalette() public méthode

public ReplacePalette ( ushort palette ) : void
palette ushort
Résultat void

Save() public méthode

public Save ( BinaryWriter bin, BinaryWriter idx ) : void
bin System.IO.BinaryWriter
idx System.IO.BinaryWriter
Résultat void

Property Details

idxextra public_oe property

public int idxextra
Résultat int