C# Class NewTOAPIA.Drawing.TargaHeader

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
CMapDepth byte
CMapLength short
CMapStart short
ColorMapType TargaColorMapType
Height short
IDLength byte
ImageDescriptor byte
ImageType TargaImageType
PixelDepth byte
Width short
XOffset short
YOffset short

Property Details

CMapDepth public property

public byte CMapDepth
return byte

CMapLength public property

public short CMapLength
return short

CMapStart public property

public short CMapStart
return short

ColorMapType public property

public TargaColorMapType ColorMapType
return TargaColorMapType

Height public property

public short Height
return short

IDLength public property

public byte IDLength
return byte

ImageDescriptor public property

public byte ImageDescriptor
return byte

ImageType public property

public TargaImageType ImageType
return TargaImageType

PixelDepth public property

public byte PixelDepth
return byte

Width public property

public short Width
return short

XOffset public property

public short XOffset
return short

YOffset public property

public short YOffset
return short