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

Comparing ray/src/hd/rhd_ctab.c (file contents):
Revision 3.5 by schorsch, Thu Jan 1 11:21:55 2004 UTC vs.
Revision 3.6 by greg, Fri May 20 02:06:39 2011 UTC

# Line 43 | Line 43 | static const char      RCSid[] = "$Id$";
43   static struct tabent {
44          long    sum[3];         /* sum of colors using this entry */
45          int     n;              /* number of colors */
46 <        BYTE    ent[3];         /* current table value */
46 >        uby8    ent[3];         /* current table value */
47   }       *clrtab = NULL;
48                                  /* color cube partition */
49   static CNODE    *ctree = NULL;
# Line 90 | Line 90 | new_ctab(              /* start new color table with max ncolors *
90  
91   extern int
92   get_pixel(      /* get pixel for color */
93 <        BYTE    rgb[3],
93 >        uby8    rgb[3],
94          void    (*set_pixel)(int h, int r, int g, int b)
95   )
96   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines