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

Inheritance: IPaletteRemap
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
AlphaPaletteRemap ( float alpha, bool premultiply ) : System.Collections.Generic
GetRemappedColor ( Color original, int index ) : Color

Method Details

AlphaPaletteRemap() public méthode

public AlphaPaletteRemap ( float alpha, bool premultiply ) : System.Collections.Generic
alpha float
premultiply bool
Résultat System.Collections.Generic

GetRemappedColor() public méthode

public GetRemappedColor ( Color original, int index ) : Color
original System.Drawing.Color
index int
Résultat System.Drawing.Color