
By 2-bit i mean 4 colour (colours 0, 1, 2, 3) with the ability to set the draw palette (it not converted to a 24-bit sprite on loading, but on drawing).
By 4 bit i mean 16 colours (colours 0 thru 15), again with the same palette abilities as 2 bit.
By 8 bit i mean 256 colours (colours 0 thru 255), again with the same palette abilities as 2 and 4 bit.
The ability to set the palette at draw time is very useful i doing rpg top-down or scrolling games.
-Anthony