C# Class HaloMap.DDSFunctions.DecodeDXT

Summary description for DecodeDXT.
Mostra file Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
DecodeDXT1 ( int height, int width, byte SourceData ) : byte[]

The decode dx t 1.

DecodeDXT23 ( int height, int width, byte SourceData ) : byte[]

The decode dx t 23.

DecodeDXT45 ( int height, int width, byte SourceData ) : byte[]

The decode dx t 45.

Method Details

DecodeDXT1() public method

The decode dx t 1.
public DecodeDXT1 ( int height, int width, byte SourceData ) : byte[]
height int The height.
width int The width.
SourceData byte The source data.
return byte[]

DecodeDXT23() public method

The decode dx t 23.
public DecodeDXT23 ( int height, int width, byte SourceData ) : byte[]
height int The height.
width int The width.
SourceData byte The source data.
return byte[]

DecodeDXT45() public method

The decode dx t 45.
public DecodeDXT45 ( int height, int width, byte SourceData ) : byte[]
height int The height.
width int The width.
SourceData byte The source data.
return byte[]