C# Class OpenRA.Mods.Common.Traits.PaletteFromPlayerPaletteWithAlpha

Inheritance: ILoadsPlayerPalettes
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
LoadPlayerPalettes ( WorldRenderer wr, string playerName, HSLColor color, bool replaceExisting ) : void
PaletteFromPlayerPaletteWithAlpha ( PaletteFromPlayerPaletteWithAlphaInfo info ) : OpenRA.Graphics

Method Details

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

PaletteFromPlayerPaletteWithAlpha() public method

public PaletteFromPlayerPaletteWithAlpha ( PaletteFromPlayerPaletteWithAlphaInfo info ) : OpenRA.Graphics
info PaletteFromPlayerPaletteWithAlphaInfo
return OpenRA.Graphics