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

Comparing ray/src/px/clrtab.c (file contents):
Revision 2.8 by greg, Thu Dec 9 11:57:15 1993 UTC vs.
Revision 2.9 by greg, Thu Dec 9 12:04:23 1993 UTC

# Line 77 | Line 77 | int    ncolors;
77   #ifdef CLOSEST
78          closest(ncolors);       /* ensure colors picked are closest */
79   #endif
80 +                                /* reset dithering function */
81 +        dith_colrs((BYTE *)NULL, (COLR *)NULL, 0);
82                                  /* return new color table size */
83          return(ncolors);
84   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines