C# Class HaloMap.DDSFunctions.DDS.DDPIXELFORMAT

The ddpixelformat.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
BBitMask uint
Flags int
FourCC string
GBitMask uint
RBitMask uint
RGBAlphaBitMask uint
RGBBitCount int
size int

Public Methods

Method Description
generate ( ParsedBitmap b2 ) : void

The generate.

readStruct ( BinaryReader &br ) : void

The read struct.

writeStruct ( BinaryWriter &bw ) : void

The write struct.

Method Details

generate() public method

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

readStruct() public method

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

writeStruct() public method

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

Property Details

BBitMask public_oe property

The b bit mask.
public uint BBitMask
return uint

Flags public_oe property

The flags.
public int Flags
return int

FourCC public_oe property

The four cc.
public string FourCC
return string

GBitMask public_oe property

The g bit mask.
public uint GBitMask
return uint

RBitMask public_oe property

The r bit mask.
public uint RBitMask
return uint

RGBAlphaBitMask public_oe property

The rgb alpha bit mask.
public uint RGBAlphaBitMask
return uint

RGBBitCount public_oe property

The rgb bit count.
public int RGBBitCount
return int

size public_oe property

The size.
public int size
return int