home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / graphics / 9014 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1019 b   |  30 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!pipex!warwick!mrccrc!mrccrc!dtailor
  3. From: dtailor@crc.ac.uk (Dilip Tailor x3296)
  4. Subject: Help with Xview and Colour
  5. Message-ID: <1992Aug20.134939.5367@crc.ac.uk>
  6. Sender: news@crc.ac.uk
  7. Nntp-Posting-Host: germanium
  8. Reply-To: dtailor@crc.ac.uk (Dilip Tailor x3296)
  9. Organization: MRC Human Genome Mapping Project Resource Centre, Harrow, UK
  10. Date: Thu, 20 Aug 1992 13:49:39 GMT
  11. Lines: 17
  12.  
  13. How can one convert RGB values to a pixel value for
  14. displaying onto a canvas in Xview.
  15.  
  16. i.e R = 255   G = 0;   B = 0;  (=> pixel = red)
  17.  
  18.    XSetforground(display, window, pixel);
  19.    XDrawPoint(display, window, gc, 50, 50);
  20.  
  21.    (put a red pixel at 50, 50 on the canvas)
  22.  
  23. etc...
  24.  
  25. Dilip Tailor,                                      Email Janet: dtailor@uk.ac.crc
  26. Computing Services,                      Internet:    dtailor@crc.ac.uk
  27. MRC Human Genome Mapping Project Resource Centre,  Earn/Bitnet: dtailor%crc.ac.uk@ukacrl
  28. Clinical Research Centre,
  29. Watford Rd., Harrow, LONDON, HA1 3UJ. Tel: 081-869-3296
  30.