Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Palette

Status
Not open for further replies.

KenshinHimura

Programmer
May 8, 2003
91
0
0
US
Is there a way for the RGB values to range from 0 - 255 in Qbasic? And how do you change the palette in SVGA modes?
 
No, 63 is the maximum, and qbasic doesn't have an SVGA mode (VGA, and EGA only). If you are using a library then you would have to use the functions present in the library itself.
 
Well, you can get SVGA in Qbasic using asm, but it doesn't matter anymore. I found out how to change an 8-bit palette into Qbasic's 6-bit one. Thx neway :)
 
try the ugl. (ultimate graphics lib)

or was it future lib? anyways, one of them supports svga.
 
I'm not too big on usin libraries since I don't learn anything from them. Do you know where I could find some good SVGA tutorials (doesn't matter the language)? thx :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top