C# 클래스 HaloMap.DDSFunctions.DecodeDXT.ImageLib

The image lib.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
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