C# Class entity.BitmapOps.BitmapOperations.DDS

Inheritance: cType
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
Compressed bool
Format ushort
FormatName ParsedBitmap.BitmapFormat
MipMapCount int
Swizzle bool
chunkNumber int
streamOffset int
streamSize int

Méthodes publiques

Méthode 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 méthode

public DDS ( ParsedBitmap bmInfo, FileStream fs ) : System
bmInfo HaloMap.RawData.ParsedBitmap
fs System.IO.FileStream
Résultat System

DDS() public méthode

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
Résultat System

Property Details

Compressed public_oe property

public bool Compressed
Résultat bool

Format public_oe property

public ushort Format
Résultat ushort

FormatName public_oe property

public ParsedBitmap.BitmapFormat FormatName
Résultat ParsedBitmap.BitmapFormat

MipMapCount public_oe property

public int MipMapCount
Résultat int

Swizzle public_oe property

public bool Swizzle
Résultat bool

chunkNumber public_oe property

public int chunkNumber
Résultat int

streamOffset public_oe property

public int streamOffset
Résultat int

streamSize public_oe property

public int streamSize
Résultat int