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

Comparing ray/src/px/x11image.c (file contents):
Revision 1.12 by greg, Fri Dec 21 17:20:11 1990 UTC vs.
Revision 1.13 by greg, Mon Mar 18 09:35:06 1991 UTC

# Line 411 | Line 411 | XKeyPressedEvent  *ekey;
411                          sprintf(buf, "%.3f", intens(cval)/exposure);
412                          break;
413                  case 'l':                               /* luminance */
414 <                        sprintf(buf, "%.0fn", bright(cval)*683.0/exposure);
414 >                        sprintf(buf, "%.0fn", luminance(cval)/exposure);
415                          break;
416                  case 'c':                               /* color */
417                          comp = pow(2.0, (double)scale);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines