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

Comparing ray/src/cal/cal/xyz_rgb.cal (file contents):
Revision 1.3 by greg, Thu Apr 28 17:21:47 2005 UTC vs.
Revision 1.4 by greg, Sun Mar 21 18:26:52 2010 UTC

# Line 8 | Line 8
8          those in ray/src/common/color.h.
9   }
10  
11 < CIE_pri(i) = select(i, 0.640,0.330, 0.290,0.600, 0.150,0.060, 1/3,1/3);
11 > CIE_Radiance(i) = select(i, 0.640,0.330, 0.290,0.600, 0.150,0.060, 1/3,1/3);
12 > CIE_Sharp(i) = select(i, 0.6898,0.3206, 0.0736,0.9003, 0.1166,0.0374, 1/3,1/3);
13 > CIE_Adobe(i) = select(i, 0.640,0.330, 0.210,0.710, 0.150,0.060, 0.3127,0.3290);
14 > CIE_RIMM(i) = select(i, 0.7347,0.2653, 0.1596,0.8404, 0.0366,0.0001, 0.3457,0.3585);
15 > CIE_709(i) = select(i, 0.640,0.330, 0.300,0.600, 0.150,0.060, 0.3127,0.3290);
16 >
17 > CIE_pri(i) = CIE_Radiance(i);
18  
19   {*** The whole calculation is based on the CIE (x,y) chromaticities below ***}
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines