--- ray/src/common/colrops.c 1990/10/19 21:31:54 1.2 +++ ray/src/common/colrops.c 1990/11/09 20:46:50 1.3 @@ -10,7 +10,7 @@ static char SCCSid[] = "$SunId$ LBL"; #include "color.h" -#define MAXGSHIFT 4 /* maximum shift for gamma table */ +#define MAXGSHIFT 15 /* maximum shift for gamma table */ static BYTE g_mant[256], g_nexp[256];