Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
OpenRA
Mods
Common
Widgets
ColorPreviewManagerWidget
C# Class OpenRA.Mods.Common.Widgets.ColorPreviewManagerWidget
Inheritance:
OpenRA.Widgets.Widget
Show file
Open project: pchote/OpenRA
Class Usage Examples
Public Properties
Property
Type
Description
Color
OpenRA.Graphics.HSLColor
PaletteName
string
Ramp
float
RemapIndices
int[]
Public Methods
Method
Description
Initialize
(
WidgetArgs
args
) :
void
Tick
( ) :
void
Private Methods
Method
Description
ColorPreviewManagerWidget
(
WorldRenderer
worldRenderer
) :
OpenRA.Graphics
Method Details
Initialize()
public
method
public
Initialize
(
WidgetArgs
args
) :
void
args
WidgetArgs
return
void
Tick()
public
method
public
Tick
( ) :
void
return
void
Property Details
Color
public property
public
HSLColor,OpenRA.Graphics
Color
return
OpenRA.Graphics.HSLColor
PaletteName
public property
public
string
PaletteName
return
string
Ramp
public property
public
float
Ramp
return
float
RemapIndices
public property
public
int[]
RemapIndices
return
int[]