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

Comparing ray/src/common/tmap16bit.c (file contents):
Revision 1.6 by greg, Fri Jan 7 21:41:06 2005 UTC vs.
Revision 1.7 by greg, Mon Oct 8 18:07:55 2007 UTC

# Line 216 | Line 216 | tmCvRGB48(TMstruct *tms, TMbright *ls, BYTE *cs,
216                  if (nshft < 0) {
217                          bi = TM_NOBRT;                  /* bogus value */
218                          lum = 1.;
219 +                        setcolor(cmon, 1., 1., 1.);
220                  } else {
221                          int     j = GAMTABBITS-16+nshft;
222                          int     nshft2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines