C# 클래스 HaloMap.DDSFunctions.DDS.DDPIXELFORMAT

The ddpixelformat.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
BBitMask uint
Flags int
FourCC string
GBitMask uint
RBitMask uint
RGBAlphaBitMask uint
RGBBitCount int
size int

공개 메소드들

메소드 설명
generate ( ParsedBitmap b2 ) : void

The generate.

readStruct ( BinaryReader &br ) : void

The read struct.

writeStruct ( BinaryWriter &bw ) : void

The write struct.

메소드 상세

generate() 공개 메소드

The generate.
public generate ( ParsedBitmap b2 ) : void
b2 HaloMap.RawData.ParsedBitmap The b 2.
리턴 void

readStruct() 공개 메소드

The read struct.
public readStruct ( BinaryReader &br ) : void
br System.IO.BinaryReader The br.
리턴 void

writeStruct() 공개 메소드

The write struct.
public writeStruct ( BinaryWriter &bw ) : void
bw System.IO.BinaryWriter The bw.
리턴 void

프로퍼티 상세

BBitMask 공개적으로 프로퍼티

The b bit mask.
public uint BBitMask
리턴 uint

Flags 공개적으로 프로퍼티

The flags.
public int Flags
리턴 int

FourCC 공개적으로 프로퍼티

The four cc.
public string FourCC
리턴 string

GBitMask 공개적으로 프로퍼티

The g bit mask.
public uint GBitMask
리턴 uint

RBitMask 공개적으로 프로퍼티

The r bit mask.
public uint RBitMask
리턴 uint

RGBAlphaBitMask 공개적으로 프로퍼티

The rgb alpha bit mask.
public uint RGBAlphaBitMask
리턴 uint

RGBBitCount 공개적으로 프로퍼티

The rgb bit count.
public int RGBBitCount
리턴 int

size 공개적으로 프로퍼티

The size.
public int size
리턴 int