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

Comparing ray/src/px/aedimage.c (file contents):
Revision 1.8 by greg, Wed Nov 7 13:10:27 1990 UTC vs.
Revision 1.9 by greg, Mon Mar 18 09:35:01 1991 UTC

# Line 315 | Line 315 | loopcom()                              /* print pixel values interactively */
315                                  break;
316                          case 'l':
317                          case 'L':
318 <                                printf("%-3gL", bright(cval)*683.0/exposure);
318 >                                printf("%-3gL", luminance(cval)/exposure);
319                                  break;
320                          case 'c':
321                          case 'C':

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines