I am coding a game in direct draw.
Since 8 bit color is pretty cruddy (for games) I wish to use 32 bit (24 is not an option since it doesn't work for me)
how do you set up a palette for 32 bit color
(all the tutorials use 8 bit, no higher
note: I am using C++




Reply With Quote