home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 12833 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.4 KB

  1. Xref: sparky comp.graphics:12833 comp.os.msdos.programmer:11362 comp.msdos.programmer:105
  2. Newsgroups: comp.graphics,comp.os.msdos.programmer,comp.msdos.programmer
  3. 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
  4. From: comptec91046@camins.camosun.bc.ca
  5. Subject: Re: bitmap
  6. Message-ID: <1992Dec12.143219.1@camins.camosun.bc.ca>
  7. Lines: 18
  8. Sender: news@spang.Camosun.BC.CA (Network News)
  9. Nntp-Posting-Host: camins.camosun.bc.ca
  10. Organization: Camosun College
  11. References: <1992Dec12.051026.29524@mnemosyne.cs.du.edu>
  12. Distribution: na
  13. Date: Sat, 12 Dec 1992 22:32:19 GMT
  14.  
  15. In article <1992Dec12.051026.29524@mnemosyne.cs.du.edu>, slindsay@nyx.cs.du.edu (Steve Lindsay) writes:
  16. > I am working with Borland C++ 3.1 and VGA trying to use the 
  17. > Graphics.h library.  When I change my setbkcolor to BLUE and
  18. > then change setcolor to BLACK (current drawing color) and try
  19. > to draw it is not in black it is in blue.  Or at least I think it is
  20. > blue because I cannot see the lines.  
  21. > What is the deal?  Does Graphics.h change the background color
  22. > by changing color number 0 (BLACK) to what ever color I tell it 
  23. > and then when I try to draw with number 0 (BLACK) it is not black
  24. > but the same as my background color.
  25.  
  26. I'm pretty sure that 0 isn't Black but is transparent)  I think Black is 4 or
  27. something like that.
  28.  
  29. Chris
  30.  
  31.