home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / windows / x / 18873 < prev    next >
Encoding:
Text File  |  1992-11-08  |  728 b   |  21 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!usc!cs.utexas.edu!swrinde!ringer!rhanuman
  3. From: rhanuman@ringer.cs.utsa.edu (Raghu Hanumanthaiah)
  4. Subject: Color in XImage?
  5. Message-ID: <1992Nov8.080422.12600@ringer.cs.utsa.edu>
  6. Organization: University of Texas at San Antonio
  7. Date: Sun, 8 Nov 1992 08:04:22 GMT
  8. Lines: 11
  9.  
  10. I have an array of pixels and each pixel has 3 8-bit components 
  11. (red, green, blue) which define the color of the pixel.
  12. How do I pass this information to the XImage structure so 
  13. as to may it recognize the proper RGB values and render them 
  14. appropriately?
  15. I think I am not calling the XCreateImage() routine with the
  16. proper arguments.
  17.  
  18. Thanks a lot of any help in advance,
  19. Raghu
  20. rhanuman@ringer.cs.utsa.edu
  21.