C# Class AmaroK86.ImageFormat.TGA._TGAHeader

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

public byte bits
return byte

colourmapbits public_oe property

public byte colourmapbits
return byte

colourmaplength public_oe property

public Int16,System colourmaplength
return System.Int16

colourmapstart public_oe property

public Int16,System colourmapstart
return System.Int16

colourmaptype public_oe property

public byte colourmaptype
return byte

descriptor public_oe property

public byte descriptor
return byte

height public_oe property

public Int16,System height
return System.Int16

identsize public_oe property

public byte identsize
return byte

imagetype public_oe property

public byte imagetype
return byte

width public_oe property

public Int16,System width
return System.Int16

xstart public_oe property

public Int16,System xstart
return System.Int16

ystart public_oe property

public Int16,System ystart
return System.Int16