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

Comparing ray/src/common/tonemap.h (file contents):
Revision 3.27 by greg, Wed Jan 6 19:25:00 2021 UTC vs.
Revision 3.28 by greg, Thu Jan 7 02:13:49 2021 UTC

# Line 56 | Line 56 | extern "C" {
56   #define TM_NOBRT        (~0x7fff)       /* bogus brightness value */
57   #define TM_NOLUM        (1e-17)         /* ridiculously small luminance */
58  
59 + #define TM_BRES         4096            /* luminance tone-map resolution */
60 +
61   #define TM_MAXPKG       8               /* maximum number of color formats */
62  
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines