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

Comparing ray/src/common/ccolor.h (file contents):
Revision 3.7 by greg, Thu Mar 26 15:57:19 2015 UTC vs.
Revision 3.8 by greg, Sat Jan 23 18:58:35 2016 UTC

# Line 49 | Line 49 | typedef unsigned short C_CHROMA;       /* encoded (x,y) chro
49                                                  / (double)(c)->ssum)
50  
51   extern const C_COLOR    c_dfcolor;              /* default color */
52 + extern const C_CHROMA   c_dfchroma;             /* c_encodeChroma(&c_dfcolor) */
53  
54   extern const C_COLOR    c_x31, c_y31, c_z31;    /* 1931 standard observer */
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines