Quote:
Originally Posted by Draenin
A 15-bit palette just means you can store information for 15 different colors consistently used in each area.
|
It means the R/G/B values of each unique colour are each five bits (so between 0 and 31, for almost 33000 colors). I'm not sure if that's what you're saying though.
I think it could only display 256 colors (or 512, or some other limit) at a time, but throughout an entire game all 32000+ colors could potentially be used.