C# 클래스 AoMBrgEditor.DdtFile

파일 보기 프로젝트 열기: Ryder25/Age-of-Mythology 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Width int
alphaBits byte
imageData byte[]
mipMap byte
texelFormat DdtTexelFormat
type DdtType

공개 메소드들

메소드 설명
DdtFile ( System fileStream ) : System
Get32BitUncompressed ( ) : byte[]
GetTexelFormat ( ) : string

비공개 메소드들

메소드 설명
Convert444ToRGB ( byte data, int startData, System.Pixel palette ) : void
Convert555ToRGB ( byte data, int startData, System.Pixel palette ) : void
Convert565ToRGB ( byte data, int startData, System.Pixel palette ) : void
ConvertToRGB ( byte data, int startData, System.Pixel palette, int rOff, int rCnt, int gOff, int gCnt, int bOff, int bCnt, int stride ) : void

메소드 상세

DdtFile() 공개 메소드

public DdtFile ( System fileStream ) : System
fileStream System
리턴 System

Get32BitUncompressed() 공개 메소드

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

GetTexelFormat() 공개 메소드

public GetTexelFormat ( ) : string
리턴 string

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int

alphaBits 공개적으로 프로퍼티

public byte alphaBits
리턴 byte

imageData 공개적으로 프로퍼티

public byte[] imageData
리턴 byte[]

mipMap 공개적으로 프로퍼티

public byte mipMap
리턴 byte

texelFormat 공개적으로 프로퍼티

public DdtTexelFormat texelFormat
리턴 DdtTexelFormat

type 공개적으로 프로퍼티

public DdtType type
리턴 DdtType