C# Class TEXporter.Format11

Afficher le fichier Open project: FrozenFish24/TurnaboutTools

Méthodes publiques

Méthode Description
Deinterlace ( byte &tex, int width, int height ) : byte[]
Extract ( byte &tex, int width, int height, string filename ) : void
FlipEndianness ( byte &data ) : void
Insert ( int width, int height, string imageFile, byte header ) : byte[]
Interlace ( byte &pkm, int width, int height ) : byte[]

Method Details

Deinterlace() public static méthode

public static Deinterlace ( byte &tex, int width, int height ) : byte[]
tex byte
width int
height int
Résultat byte[]

Extract() public static méthode

public static Extract ( byte &tex, int width, int height, string filename ) : void
tex byte
width int
height int
filename string
Résultat void

FlipEndianness() public static méthode

public static FlipEndianness ( byte &data ) : void
data byte
Résultat void

Insert() public static méthode

public static Insert ( int width, int height, string imageFile, byte header ) : byte[]
width int
height int
imageFile string
header byte
Résultat byte[]

Interlace() public static méthode

public static Interlace ( byte &pkm, int width, int height ) : byte[]
pkm byte
width int
height int
Résultat byte[]