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

Comparing ray/src/rt/colortab.c (file contents):
Revision 1.1 by greg, Mon Oct 2 14:10:19 1989 UTC vs.
Revision 1.2 by greg, Mon Oct 2 17:12:42 1989 UTC

# Line 20 | Line 20 | static char SCCSid[] = "$SunId$ LBL";
20  
21   #define NULL            0
22                                  /* histogram resolution */
23 < #define NRED            24
23 > #define NRED            28
24   #define NGRN            32
25 < #define NBLU            18
25 > #define NBLU            22
26   #define HMAX            NGRN
27                                  /* minimum box count for adaptive partition */
28   #define MINSAMP         7

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines