From: lonniem AT nol DOT net Newsgroups: comp.os.msdos.djgpp Subject: Re: HighColor graphics? Date: Tue, 31 Dec 1996 04:30:10 GMT Organization: Networks On-Line Lines: 15 Message-ID: <5a9ttg$2i4$1@news.nol.net> References: <32C7410F DOT 56F4 AT avalon DOT net> NNTP-Posting-Host: ip38-1.nol.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Kevin Ivarsen wrote: >Is there a library that has 32K color video modes? Is there any way to >have 320X200X32K? (It's a listed mode in my video card manual, but I'm >not sure if it's pretty standard or limited to a few vid cards like >mine). Thanks. Yeah I'm not sure how standard it is across SVGAs but my SVGA has support fot 320x200x32K and all that's needed is to use the VESA functions is to first find out if that color depth is supported at that resolution then set it. I'm working on a VESA lib right now that would accomplish just that. Unfortunately I have only got support for blits and lines and pixels in 8-bit color modes, but you can use what I have to set the mode then draw to it yourself by asking the library what the address of video memory is.