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

The image lib.
Показать файл Открыть проект

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

Метод Описание
GradientColors ( RGBA_COLOR_STRUCT Col1, RGBA_COLOR_STRUCT Col2 ) : RGBA_COLOR_STRUCT

The gradient colors.

GradientColorsHalf ( RGBA_COLOR_STRUCT Col1, RGBA_COLOR_STRUCT Col2 ) : RGBA_COLOR_STRUCT

The gradient colors half.

rgba_to_int ( RGBA_COLOR_STRUCT c ) : int

The rgba_to_int.

short_to_rgba ( int color ) : RGBA_COLOR_STRUCT

The short_to_rgba.

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

GradientColors() публичный Метод

The gradient colors.
public GradientColors ( RGBA_COLOR_STRUCT Col1, RGBA_COLOR_STRUCT Col2 ) : RGBA_COLOR_STRUCT
Col1 RGBA_COLOR_STRUCT The col 1.
Col2 RGBA_COLOR_STRUCT The col 2.
Результат RGBA_COLOR_STRUCT

GradientColorsHalf() публичный Метод

The gradient colors half.
public GradientColorsHalf ( RGBA_COLOR_STRUCT Col1, RGBA_COLOR_STRUCT Col2 ) : RGBA_COLOR_STRUCT
Col1 RGBA_COLOR_STRUCT The col 1.
Col2 RGBA_COLOR_STRUCT The col 2.
Результат RGBA_COLOR_STRUCT

rgba_to_int() публичный Метод

The rgba_to_int.
public rgba_to_int ( RGBA_COLOR_STRUCT c ) : int
c RGBA_COLOR_STRUCT The c.
Результат int

short_to_rgba() публичный Метод

The short_to_rgba.
public short_to_rgba ( int color ) : RGBA_COLOR_STRUCT
color int The color.
Результат RGBA_COLOR_STRUCT