Tagged Questions
18
votes
6answers
2k views
Creating a retro-style palette swapping effect in OpenGL
I'm working on a Megaman-like game where I need to change the color of certain pixels at runtime. For reference: in Megaman when you change your selected weapon then main character's palette changes ...
6
votes
3answers
615 views
What is a good method for coloring textures based on a palette in XNA?
I've been trying to work on a game with the look of an 8-bit game using XNA, specifically using the NES as a guide.
The NES has a very specific palette and each sprite can use up to 4 colors from ...