C# Class OpenRA.Traits.IndexedPlayerPalette

Inheritance: ILoadsPlayerPalettes
Show file Open project: pchote/OpenRA

Public Methods

Method Description
IndexedPlayerPalette ( IndexedPlayerPaletteInfo info ) : System.Collections.Generic
LoadPlayerPalettes ( WorldRenderer wr, string playerName, HSLColor color, bool replaceExisting ) : void

Method Details

IndexedPlayerPalette() public method

public IndexedPlayerPalette ( IndexedPlayerPaletteInfo info ) : System.Collections.Generic
info IndexedPlayerPaletteInfo
return System.Collections.Generic

LoadPlayerPalettes() public method

public LoadPlayerPalettes ( WorldRenderer wr, string playerName, HSLColor color, bool replaceExisting ) : void
wr OpenRA.Graphics.WorldRenderer
playerName string
color OpenRA.Graphics.HSLColor
replaceExisting bool
return void