C# 클래스 OpenRA.Graphics.HardwarePalette

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

공개 메소드들

메소드 설명
AddPalette ( string name, ImmutablePalette p, bool allowModifiers ) : void
ApplyModifiers ( IEnumerable paletteMods ) : void
Contains ( string name ) : bool
Dispose ( ) : void
GetPalette ( string name ) : IPalette
GetPaletteIndex ( string name ) : int
HardwarePalette ( ) : System
Initialize ( ) : void
ReplacePalette ( string name, IPalette p ) : void

비공개 메소드들

메소드 설명
CopyBufferToTexture ( ) : void
CopyModifiablePalettesToBuffer ( ) : void
CopyPaletteToBuffer ( int index, IPalette p ) : void

메소드 상세

AddPalette() 공개 메소드

public AddPalette ( string name, ImmutablePalette p, bool allowModifiers ) : void
name string
p ImmutablePalette
allowModifiers bool
리턴 void

ApplyModifiers() 공개 메소드

public ApplyModifiers ( IEnumerable paletteMods ) : void
paletteMods IEnumerable
리턴 void

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPalette() 공개 메소드

public GetPalette ( string name ) : IPalette
name string
리턴 IPalette

GetPaletteIndex() 공개 메소드

public GetPaletteIndex ( string name ) : int
name string
리턴 int

HardwarePalette() 공개 메소드

public HardwarePalette ( ) : System
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

ReplacePalette() 공개 메소드

public ReplacePalette ( string name, IPalette p ) : void
name string
p IPalette
리턴 void