C# Class Axiom.Plugins.DevILCodecs.TGACodec

TGA image file codec.
Inheritance: ILImageCodec
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
Decode ( System input, System output ) : object

Passthrough implementation, no special code needed.

Encode ( System source, System dest ) : void

TGACodec ( ) : System

Method Details

Decode() public method

Passthrough implementation, no special code needed.
public Decode ( System input, System output ) : object
input System
output System
return object

Encode() public method

public Encode ( System source, System dest ) : void
source System
dest System
return void

TGACodec() public method

public TGACodec ( ) : System
return System