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

Comparing ray/src/common/color.h (file contents):
Revision 2.13 by greg, Fri Jan 31 12:39:12 1997 UTC vs.
Revision 2.14 by greg, Tue Apr 15 14:12:31 1997 UTC

# Line 69 | Line 69 | typedef float  COLORMAT[3][3]; /* color coordinate con
69   #define  CIE_y_w                0.3333
70   #endif
71  
72 < #define  STDPRIMS       {CIE_x_r,CIE_y_r,CIE_x_g,CIE_y_g, \
73 <                                CIE_x_b,CIE_y_b,CIE_x_w,CIE_y_w}
72 > #define  STDPRIMS       {{CIE_x_r,CIE_y_r},{CIE_x_g,CIE_y_g}, \
73 >                                {CIE_x_b,CIE_y_b},{CIE_x_w,CIE_y_w}}
74  
75   #define CIE_D           (       CIE_x_r*(CIE_y_g - CIE_y_b) + \
76                                  CIE_x_g*(CIE_y_b - CIE_y_r) + \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines