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.8 by greg, Thu Oct 12 11:32:09 1989 UTC vs.
Revision 1.9 by greg, Mon Oct 16 13:43:26 1989 UTC

# Line 51 | Line 51 | static CNODE   *ctree = NULL;
51                                  /* our color correction map */
52   static BYTE     clrmap[3][256];
53                                  /* histogram of colors used */
54 < static unsigned histo[NRED][NGRN][NBLU];
54 > static unsigned short   histo[NRED][NGRN][NBLU];
55                                  /* initial color cube boundary */
56   static int      CLRCUBE[3][2] = {0,NRED,0,NGRN,0,NBLU};
57  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines