C# Class AmaroK86.ImageFormat.TGA._TGAHeader

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
bits byte
colourmapbits byte
colourmaplength System.Int16
colourmapstart System.Int16
colourmaptype byte
descriptor byte
height System.Int16
identsize byte
imagetype byte
width System.Int16
xstart System.Int16
ystart System.Int16

Property Details

bits public property

public byte bits
return byte

colourmapbits public property

public byte colourmapbits
return byte

colourmaplength public property

public Int16,System colourmaplength
return System.Int16

colourmapstart public property

public Int16,System colourmapstart
return System.Int16

colourmaptype public property

public byte colourmaptype
return byte

descriptor public property

public byte descriptor
return byte

height public property

public Int16,System height
return System.Int16

identsize public property

public byte identsize
return byte

imagetype public property

public byte imagetype
return byte

width public property

public Int16,System width
return System.Int16

xstart public property

public Int16,System xstart
return System.Int16

ystart public property

public Int16,System ystart
return System.Int16