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

Inheritance: IPaletteModifier
Mostra file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Ambient float
Blue float
Green float
Red float

Public Methods

Method Description
AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
GlobalLightingPaletteEffect ( GlobalLightingPaletteEffectInfo info ) : System.Collections.Generic

Method Details

AdjustPalette() public method

public AdjustPalette ( MutablePalette>.IReadOnlyDictionary palettes ) : void
palettes MutablePalette>.IReadOnlyDictionary
return void

GlobalLightingPaletteEffect() public method

public GlobalLightingPaletteEffect ( GlobalLightingPaletteEffectInfo info ) : System.Collections.Generic
info GlobalLightingPaletteEffectInfo
return System.Collections.Generic

Property Details

Ambient public_oe property

public float Ambient
return float

Blue public_oe property

public float Blue
return float

Green public_oe property

public float Green
return float

Red public_oe property

public float Red
return float