Converting SNES Color indexes into an RGB Bitmap

Started by Cyclone, November 26, 2022, 12:40:44 AM

Previous topic - Next topic

Cyclone

Hi, just wondering how to convert each row(the color index values) of a sprite's tile graphics into individual pixels that I can write to a bitmap image. I am using C++. What is the logic behind it?

Thanks in advance.