shroud: it works. perf is pretty ugly, and there are a lot of small bugs.
This commit is contained in:
9
OpenRa.FileFormats/IPaletteRemap.cs
Normal file
9
OpenRa.FileFormats/IPaletteRemap.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
namespace OpenRa.FileFormats
|
||||
{
|
||||
public interface IPaletteRemap
|
||||
{
|
||||
Color GetRemappedColor(Color original, int index);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user