C# Class OpenRA.Traits.IndexedColorRemap

Inheritance: IPaletteRemap
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
GetRemappedColor ( Color original, int index ) : Color
IndexedColorRemap ( IPalette basePalette, int ramp, int remap ) : System.Collections.Generic

Method Details

GetRemappedColor() public méthode

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

IndexedColorRemap() public méthode

public IndexedColorRemap ( IPalette basePalette, int ramp, int remap ) : System.Collections.Generic
basePalette IPalette
ramp int
remap int
Résultat System.Collections.Generic