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.30 by greg, Mon Nov 27 21:00:14 2023 UTC vs.
Revision 2.31 by greg, Fri Dec 8 18:48:09 2023 UTC

# Line 270 | Line 270 | int  e
270          COLOR  ciecolor;
271  
272          spec_cie(ciecolor, s, e);
273 <        cie_rgb(col, ciecolor);
273 >        colortrans(col, xyz2rgbmat, ciecolor);
274   }
275  
276  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines