C# 클래스 OpenRA.Graphics.MutablePalette

상속: IPalette
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
ApplyRemap ( IPaletteRemap r ) : void
CopyToArray ( Array destination, int destinationOffset ) : void
MutablePalette ( IPalette p ) : System
SetColor ( int index, Color color ) : void
SetFromPalette ( IPalette p ) : void
this ( int index ) : uint

메소드 상세

ApplyRemap() 공개 메소드

public ApplyRemap ( IPaletteRemap r ) : void
r IPaletteRemap
리턴 void

CopyToArray() 공개 메소드

public CopyToArray ( Array destination, int destinationOffset ) : void
destination System.Array
destinationOffset int
리턴 void

MutablePalette() 공개 메소드

public MutablePalette ( IPalette p ) : System
p IPalette
리턴 System

SetColor() 공개 메소드

public SetColor ( int index, Color color ) : void
index int
color Color
리턴 void

SetFromPalette() 공개 메소드

public SetFromPalette ( IPalette p ) : void
p IPalette
리턴 void

this() 공개 메소드

public this ( int index ) : uint
index int
리턴 uint