C# 클래스 Squish.ColourSet

파일 보기 프로젝트 열기: Nihlus/libwarcraft 1 사용 예제들

공개 메소드들

메소드 설명
ColourSet ( byte rgba, int mask, SquishOptions flags ) : System
RemapIndices ( byte source, byte target, int targetOffset ) : void

메소드 상세

ColourSet() 공개 메소드

public ColourSet ( byte rgba, int mask, SquishOptions flags ) : System
rgba byte
mask int
flags SquishOptions
리턴 System

RemapIndices() 공개 메소드

public RemapIndices ( byte source, byte target, int targetOffset ) : void
source byte
target byte
targetOffset int
리턴 void