C# Class entity.BitmapOps.BitmapOperations.DDS

Inheritance: cType
显示文件 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_oe property

public bool Compressed
return bool

Format public_oe property

public ushort Format
return ushort

FormatName public_oe property

public ParsedBitmap.BitmapFormat FormatName
return ParsedBitmap.BitmapFormat

MipMapCount public_oe property

public int MipMapCount
return int

Swizzle public_oe property

public bool Swizzle
return bool

chunkNumber public_oe property

public int chunkNumber
return int

streamOffset public_oe property

public int streamOffset
return int

streamSize public_oe property

public int streamSize
return int