C# 클래스 AmaroK86.ImageFormat.TGA

상속: ImageFile
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TGAHeader _TGAHeader

공개 메소드들

메소드 설명
TGA ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
TGA ( string fileName, byte data ) : System
ToArray ( ) : byte[]
resize ( ) : byte[]
subtype ( ) : string

보호된 메소드들

메소드 설명
flipVertically ( ) : void

비공개 메소드들

메소드 설명
RLEDecompress ( ) : void

메소드 상세

TGA() 공개 메소드

public TGA ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
fileName string
imgSize ImageSize
format string
rawData byte
리턴 System

TGA() 공개 메소드

public TGA ( string fileName, byte data ) : System
fileName string
data byte
리턴 System

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]

flipVertically() 보호된 메소드

protected flipVertically ( ) : void
리턴 void

resize() 공개 메소드

public resize ( ) : byte[]
리턴 byte[]

subtype() 공개 메소드

public subtype ( ) : string
리턴 string

프로퍼티 상세

TGAHeader 공개적으로 프로퍼티

public _TGAHeader TGAHeader
리턴 _TGAHeader