C# Класс HaloMap.DDSFunctions.DecodeDXT

Summary description for DecodeDXT.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

DecodeDXT1() публичный метод

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.
Результат byte[]

DecodeDXT23() публичный метод

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.
Результат byte[]

DecodeDXT45() публичный метод

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.
Результат byte[]