C# Class AmaroK86.ImageFormat.TGA

Inheritance: ImageFile
显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
TGAHeader _TGAHeader

Public Methods

Method Description
TGA ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
TGA ( string fileName, byte data ) : System
ToArray ( ) : byte[]
resize ( ) : byte[]
subtype ( ) : string

Protected Methods

Method Description
flipVertically ( ) : void

Private Methods

Method Description
RLEDecompress ( ) : void

Method Details

TGA() public method

public TGA ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
fileName string
imgSize ImageSize
format string
rawData byte
return System

TGA() public method

public TGA ( string fileName, byte data ) : System
fileName string
data byte
return System

ToArray() public method

public ToArray ( ) : byte[]
return byte[]

flipVertically() protected method

protected flipVertically ( ) : void
return void

resize() public method

public resize ( ) : byte[]
return byte[]

subtype() public method

public subtype ( ) : string
return string

Property Details

TGAHeader public_oe property

public _TGAHeader TGAHeader
return _TGAHeader