--- ray/src/rt/colortab.c 1989/10/12 11:12:48 1.7 +++ ray/src/rt/colortab.c 1989/10/12 11:32:09 1.8 @@ -28,8 +28,6 @@ static char SCCSid[] = "$SunId$ LBL"; #define MINSAMP 7 /* maximum distance^2 before color reassign */ #define MAXDST2 12 - /* maximum frame buffer depth */ -#define FBDEPTH 8 /* map a color */ #define map_col(c,p) clrmap[p][ colval(c,p)<1. ? \ (int)(colval(c,p)*256.) : 255 ] @@ -47,27 +45,38 @@ static struct tabent { long sum[3]; /* sum of colors using this entry */ long n; /* number of colors */ short ent[3]; /* current table value */ -} clrtab[1< 1<