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 2.34 by greg, Wed Aug 14 20:05:23 2024 UTC vs.
Revision 2.35 by greg, Thu Aug 22 04:27:53 2024 UTC

# Line 25 | Line 25 | static const char      RCSid[] = "$Id$";
25   RGBPRIMS  stdprims = STDPRIMS;  /* standard primary chromaticities */
26   RGBPRIMS  xyzprims = {1,0, 0,1, 0,0, 1.f/3.f,1.f/3.f};
27  
28 < COLOR  cblack = BLKCOLOR;               /* global black color */
29 < COLOR  cwhite = WHTCOLOR;               /* global white color */
28 > const COLOR  cblack = BLKCOLOR;         /* global black color */
29 > const COLOR  cwhite = WHTCOLOR;         /* global white color */
30 > const SCOLOR scblack = {0};             /* global black spectrum */
31  
32   float  xyneu[2] = {1./3., 1./3.};       /* neutral xy chromaticities */
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines