Original Post
Is there anyway for me to use palettes in my game (2D)? Let's say i want to render a character multiple times, each with a different colour shirt. I want to use palettes to achieve this. I see alot of older games being upgraded with an option to use openGL for rendering (which you can turn on and off in the settings) and these games use palettes. Maybe they arn't doing hardware rendering, and instead doing something like glDrawPixels?