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.26 by schorsch, Wed Jul 30 10:11:06 2003 UTC vs.
Revision 2.27 by greg, Sat Oct 18 04:46:24 2003 UTC

# Line 113 | Line 113 | typedef float  COLORMAT[3][3]; /* color coordinate con
113   #define  D65EFFICACY            203.            /* standard illuminant D65 */
114   #define  INCEFFICACY            160.            /* illuminant A (incand.) */
115   #define  SUNEFFICACY            208.            /* illuminant B (solar dir.) */
116 < #define  SKYEFFICACY            D65EFFICACY     /* skylight */
116 > #define  SKYEFFICACY            D65EFFICACY     /* skylight (should be 110) */
117   #define  DAYEFFICACY            D65EFFICACY     /* combined sky and solar */
118  
119   #define  luminance(col)         (WHTEFFICACY * bright(col))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines