home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.graphics:12833 comp.os.msdos.programmer:11362 comp.msdos.programmer:105
- Newsgroups: comp.graphics,comp.os.msdos.programmer,comp.msdos.programmer
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!paladin.american.edu!darwin.sura.net!wupost!gumby!destroyer!cs.ubc.ca!news.UVic.CA!spang.Camosun.BC.CA!camins.camosun.bc.ca!comptec91046
- From: comptec91046@camins.camosun.bc.ca
- Subject: Re: bitmap
- Message-ID: <1992Dec12.143219.1@camins.camosun.bc.ca>
- Lines: 18
- Sender: news@spang.Camosun.BC.CA (Network News)
- Nntp-Posting-Host: camins.camosun.bc.ca
- Organization: Camosun College
- References: <1992Dec12.051026.29524@mnemosyne.cs.du.edu>
- Distribution: na
- Date: Sat, 12 Dec 1992 22:32:19 GMT
-
- In article <1992Dec12.051026.29524@mnemosyne.cs.du.edu>, slindsay@nyx.cs.du.edu (Steve Lindsay) writes:
- >
- > I am working with Borland C++ 3.1 and VGA trying to use the
- > Graphics.h library. When I change my setbkcolor to BLUE and
- > then change setcolor to BLACK (current drawing color) and try
- > to draw it is not in black it is in blue. Or at least I think it is
- > blue because I cannot see the lines.
- >
- > What is the deal? Does Graphics.h change the background color
- > by changing color number 0 (BLACK) to what ever color I tell it
- > and then when I try to draw with number 0 (BLACK) it is not black
- > but the same as my background color.
-
- I'm pretty sure that 0 isn't Black but is transparent) I think Black is 4 or
- something like that.
-
- Chris
-
-