ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/spec_rgb.c
(Generate patch)

Comparing ray/src/common/spec_rgb.c (file contents):
Revision 1.2 by greg, Sat Dec 8 09:29:10 1990 UTC vs.
Revision 1.3 by greg, Fri Dec 14 12:48:32 1990 UTC

# Line 40 | Line 40 | static BYTE  chroma[3][NINC] = {
40   };
41  
42   #ifdef  NTSC
43 < static float  xyz2rgbmat[3][3] = {      /* XYZ to RGB (NTSC */
43 > static float  xyz2rgbmat[3][3] = {      /* XYZ to RGB (NTSC) */
44          1.73, -.48, -.26,
45          -.81, 1.65, -.02,
46           .08, -.17, 1.28,
# Line 100 | Line 100 | int  s, e;             /* starting and ending wavelengths */
100   }
101  
102  
103 < cie_rgb(rgbcolor, ciecolor)             /* convert CIE to RGB (NTSC) */
103 > cie_rgb(rgbcolor, ciecolor)             /* convert CIE to RGB */
104   register COLOR  rgbcolor, ciecolor;
105   {
106          register int  i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines