Advertisement

24bit, and Indexed colors...

Started by August 23, 1999 03:24 PM
0 comments, last by Syntax 25 years, 5 months ago
How do i display a image such as a PCX we will say, in true color..how would I go about taking the palette and converting it to true color if any conversion is even needed...

------------------
E-mail with questions, comments, and retorts.

-Lucas
Don't forget, that in true color, red, green and blue values is 8bit, and in normal VGA palette, all rgb values represented as 6bit values. So you'll need to multiply each color value by 4 (or <<2) and then pack them into resulting 24bit or 32bit colour.

FlyFire/CodeX
http://codexorg.webjump.com

This topic is closed to new replies.

Advertisement