256 Color in mode 12(QB45)??? 
Author Message
 256 Color in mode 12(QB45)???

How would I go about having 256 color in screen mode 12 in QuickBasic4.5?


//pages.prodigy.com/Lieight/



Sat, 26 Dec 1998 03:00:00 GMT  
 256 Color in mode 12(QB45)???

Quote:

> How would I go about having 256 color in screen mode 12 in QuickBasic4.5?

You can't.  Screen 12 is a VGA screen mode.  In order to get screen mode
12 resolution (640x480) with 256+ colors, you have to switch to Super
VGA.  QuickBasic doesn't support SVGA, but there are shareware libraries
(SVGAQB from Zephyr Software, for instance) that will let you use SVGA
modes (the regular QuickBasic graphics commands will not work, though).  

Also, you could try ModeX.  This uses Screen 13, with 256 colors, but
allows you to go up to higher resolutions with multiple video memory
pages (the highest resolution I have gotten is 320x400).  Download the
July 1996 All Basic Code packet from one of the ABC home pages (search
for it on Webcrawler).  There are many ModeX examples.

-Jesse

--
====================================
Very funny Scotty!
Now beam down my clothes!
====================================



Sat, 26 Dec 1998 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. use 256 Colors in Screenmode 12 ?!

2. Palette in QB45 Screen Mode 12 & 13

3. Custom 24-bit colors in 256-color mode

4. colors wrong in 256 color mode

5. Still need help with palette for 256 color mode

6. Determine Color Mode (16, 256, 16k) of Windows

7. Palette Problems in 256 Color Mode

8. HELP - detecting if windows in 256 or 16-bit color modes

9. Colors display differently on 256 and 65K modes, as well as WIN '9

10. BIG PROBLEM!!! PictureClip control and 256-color mode

11. Palette Problems in 256 Color Mode

12. Slow program in 256 color mode

 

 
Powered by phpBB® Forum Software