#100178 - smoothingeye - Sat Aug 26, 2006 6:34 pm
I need to draw a fewgroup of sprite using more then 1 15bit palette how i can do it or could it be done at all?
Code: |
- 1 x (256 colors) palette = 256 total colors = 256 colors per sprite(1 byte per pixel) - 16 x (16 color) palettes = 256 total colors = 16 colors per sprite (0.5 bytes per pixel) - 15bit bitmap sprites = 32768 total colorsĀ = 32768 colors per sprite (2 bytes per pixel) - 16 x (256 color) palettes = 4096 colors = 256 colors per sprite (1 byte per pixel) |