C# 클래스 TEXporter.Format11

파일 보기 프로젝트 열기: FrozenFish24/TurnaboutTools

공개 메소드들

메소드 설명
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[]

메소드 상세

Deinterlace() 공개 정적인 메소드

public static Deinterlace ( byte &tex, int width, int height ) : byte[]
tex byte
width int
height int
리턴 byte[]

Extract() 공개 정적인 메소드

public static Extract ( byte &tex, int width, int height, string filename ) : void
tex byte
width int
height int
filename string
리턴 void

FlipEndianness() 공개 정적인 메소드

public static FlipEndianness ( byte &data ) : void
data byte
리턴 void

Insert() 공개 정적인 메소드

public static Insert ( int width, int height, string imageFile, byte header ) : byte[]
width int
height int
imageFile string
header byte
리턴 byte[]

Interlace() 공개 정적인 메소드

public static Interlace ( byte &pkm, int width, int height ) : byte[]
pkm byte
width int
height int
리턴 byte[]