home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8325 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.7 KB

  1. Path: sparky!uunet!ukma!gatech!prism!xray.gatech.edu!cc100aa
  2. From: cc100aa@xray.gatech.edu (Ray Spalding)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: RGB Values of "NeXT Help Blue"
  5. Message-ID: <82110@hydra.gatech.EDU>
  6. Date: 28 Jan 93 01:55:57 GMT
  7. References: <1993Jan26.201921.606@stone.com> <1993Jan27.002843.14043@strangeways.unh.edu>
  8. Sender: news@prism.gatech.EDU
  9. Organization: Georgia Institute of Technology
  10. Lines: 26
  11.  
  12. In article <1993Jan27.002843.14043@strangeways.unh.edu> tjb@strangeways.unh.edu (Thomas J. Baker) writes:
  13. >The color I'm looking for is not one that can be produced purely (i.e. without  
  14. >dithering) on a 16Bit display so you can't just use the mag glass.  Look  
  15. >closely and see that there is more than one color in their blue.
  16.  
  17. There may be more going on here than meets the eye, so to speak :-).
  18.  
  19. Look at the RTF code in:
  20. /usr/lib/NextStep/Resources/English.lproj/HelpTemplate/Index.rtfd/TXT.rtf
  21.  
  22. Just guessing, but it looks to me like they encode both a color
  23. value (red56,green70,blue144) that the Text object will use to
  24. display certain text on a color device, AND a gray value (gray333)
  25. that it will use to display the same text on a gray-scale device.
  26.  
  27. However, look at the tiff files in the subdirectory.  These appear
  28. to be used to draw index rule lines of various sizes.  All the ones
  29. I checked used (51,68,153) for the color and showed as pure NX_DKGRAY
  30. in 2-bit mode.  (I think this is the same color on the 0->255 scale
  31. as was posted earlier by Izumi Ohzawa as (0.2,0.26667,0.6) on the
  32. 0->1 scale.)
  33.  
  34. -- 
  35. Ray Spalding, Office of Information Technology
  36. Georgia Institute of Technology, Atlanta Georgia, 30332-0715
  37. Internet: ray.spalding@oit.gatech.edu (NeXT Mail accepted)
  38.