C# 클래스 OpenRA.Graphics.ImmutablePalette

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

공개 메소드들

메소드 설명
CopyToArray ( Array destination, int destinationOffset ) : void
ImmutablePalette ( IEnumerable sourceColors ) : System
ImmutablePalette ( IPalette p ) : System
ImmutablePalette ( IPalette p, IPaletteRemap r ) : System
ImmutablePalette ( Stream s, int remapShadow ) : System
ImmutablePalette ( string filename, int remap ) : System
this ( int index ) : uint

비공개 메소드들

메소드 설명
LoadFromStream ( Stream s, int remapShadow ) : void

메소드 상세

CopyToArray() 공개 메소드

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

ImmutablePalette() 공개 메소드

public ImmutablePalette ( IEnumerable sourceColors ) : System
sourceColors IEnumerable
리턴 System

ImmutablePalette() 공개 메소드

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

ImmutablePalette() 공개 메소드

public ImmutablePalette ( IPalette p, IPaletteRemap r ) : System
p IPalette
r IPaletteRemap
리턴 System

ImmutablePalette() 공개 메소드

public ImmutablePalette ( Stream s, int remapShadow ) : System
s Stream
remapShadow int
리턴 System

ImmutablePalette() 공개 메소드

public ImmutablePalette ( string filename, int remap ) : System
filename string
remap int
리턴 System

this() 공개 메소드

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