C# Class AmaroK86.ImageFormat.TGA

Inheritance: ImageFile
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
TGAHeader _TGAHeader

Méthodes publiques

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

Méthodes protégées

Méthode Description
flipVertically ( ) : void

Private Methods

Méthode Description
RLEDecompress ( ) : void

Method Details

TGA() public méthode

public TGA ( string fileName, ImageSize imgSize, string format, byte rawData ) : System
fileName string
imgSize ImageSize
format string
rawData byte
Résultat System

TGA() public méthode

public TGA ( string fileName, byte data ) : System
fileName string
data byte
Résultat System

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]

flipVertically() protected méthode

protected flipVertically ( ) : void
Résultat void

resize() public méthode

public resize ( ) : byte[]
Résultat byte[]

subtype() public méthode

public subtype ( ) : string
Résultat string

Property Details

TGAHeader public_oe property

public _TGAHeader TGAHeader
Résultat _TGAHeader