home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / graphics / 11660 < prev    next >
Encoding:
Text File  |  1992-11-09  |  770 b   |  23 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!darwin.sura.net!jvnc.net!nuscc!nusunix3.nus.sg!isc30108
  3. From: isc30108@nusunix1.nus.sg (AMBAT SASI S/O PALISSERY P)
  4. Subject: GetPixel in planar modes
  5. Message-ID: <1992Nov10.001132.28393@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Tue, 10 Nov 1992 00:11:32 GMT
  10. Lines: 11
  11.  
  12. How does one read pixels in 16 color planar modes?
  13. There seems to be only 2 read modes.
  14. 1 comparing 8 pixels to a color compare register.
  15. 2 reading the byte plane by plane.
  16. It seems to me that the 1st method requires up to 15 compares
  17. and the 2nd needs 4 reads.
  18. Surely there must be a better method (NOT int 10h service 13)
  19.  
  20. thanks.
  21. sasi
  22.  
  23.