C# Class HaloMap.RawData.ParsedBitmap.BitmapInfo

The bitmap info.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
bitsPerPixel ushort
depth ushort
flags ushort
format ushort
formatname BitmapFormat
height ushort
mipMapCount ushort
pixelOffset ushort
regPointX ushort
regPointY ushort
swizzle bool
tagtype char[]
type ushort
typename BitmapType
width ushort

Méthodes publiques

Méthode Description
BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System

Initializes a new instance of the BitmapInfo class.

BitmapInfo ( int offset, Meta &meta ) : System

Initializes a new instance of the BitmapInfo class.

Generate ( DDS ddsd ) : void

The generate.

Write ( BinaryWriter &BW ) : void

The write.

Method Details

BitmapInfo() public méthode

Initializes a new instance of the BitmapInfo class.
public BitmapInfo ( BitmapFormat FormatName, bool Swizzle ) : System
FormatName BitmapFormat Name of the format.
Swizzle bool if set to true [swizzle].
Résultat System

BitmapInfo() public méthode

Initializes a new instance of the BitmapInfo class.
public BitmapInfo ( int offset, Meta &meta ) : System
offset int The offset.
meta HaloMap.Meta.Meta The meta.
Résultat System

Generate() public méthode

The generate.
public Generate ( DDS ddsd ) : void
ddsd HaloMap.DDSFunctions.DDS The ddsd.
Résultat void

Write() public méthode

The write.
public Write ( BinaryWriter &BW ) : void
BW System.IO.BinaryWriter The bw.
Résultat void

Property Details

bitsPerPixel public_oe property

The bits per pixel.
public ushort bitsPerPixel
Résultat ushort

depth public_oe property

The depth.
public ushort depth
Résultat ushort

flags public_oe property

The flags.
public ushort flags
Résultat ushort

format public_oe property

The format.
public ushort format
Résultat ushort

formatname public_oe property

The formatname.
public BitmapFormat formatname
Résultat BitmapFormat

height public_oe property

The height.
public ushort height
Résultat ushort

mipMapCount public_oe property

The mip map count.
public ushort mipMapCount
Résultat ushort

pixelOffset public_oe property

The pixel offset.
public ushort pixelOffset
Résultat ushort

regPointX public_oe property

The reg point x.
public ushort regPointX
Résultat ushort

regPointY public_oe property

The reg point y.
public ushort regPointY
Résultat ushort

swizzle public_oe property

The swizzle.
public bool swizzle
Résultat bool

tagtype public_oe property

The tagtype.
public char[] tagtype
Résultat char[]

type public_oe property

The type.
public ushort type
Résultat ushort

typename public_oe property

The typename.
public BitmapType typename
Résultat BitmapType

width public_oe property

The width.
public ushort width
Résultat ushort