C# Class entity.BitmapOps.BitmapOperations.DDS

Inheritance: cType
Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
Compressed bool
Format ushort
FormatName ParsedBitmap.BitmapFormat
MipMapCount int
Swizzle bool
chunkNumber int
streamOffset int
streamSize int

Public Methods

Method Description
DDS ( ParsedBitmap bmInfo, FileStream fs ) : System
DDS ( int BPP, int width, int height, int depth, int streamOffset, int streamSize, int chunkNumber ) : System

Method Details

DDS() public method

public DDS ( ParsedBitmap bmInfo, FileStream fs ) : System
bmInfo HaloMap.RawData.ParsedBitmap
fs System.IO.FileStream
return System

DDS() public method

public DDS ( int BPP, int width, int height, int depth, int streamOffset, int streamSize, int chunkNumber ) : System
BPP int
width int
height int
depth int
streamOffset int
streamSize int
chunkNumber int
return System

Property Details

Compressed public property

public bool Compressed
return bool

Format public property

public ushort Format
return ushort

FormatName public property

public ParsedBitmap.BitmapFormat FormatName
return ParsedBitmap.BitmapFormat

MipMapCount public property

public int MipMapCount
return int

Swizzle public property

public bool Swizzle
return bool

chunkNumber public property

public int chunkNumber
return int

streamOffset public property

public int streamOffset
return int

streamSize public property

public int streamSize
return int