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

Comparing ray/src/px/pcond2.c (file contents):
Revision 3.15 by greg, Thu Sep 8 19:08:52 2005 UTC vs.
Revision 3.16 by greg, Thu Sep 8 21:16:44 2005 UTC

# Line 153 | Line 153 | greypoint(                     /* compute gamut mapping grey target */
153                          gryc[i] = cwhite[i];
154                  else if (gryc[i] < cblack[i])
155                          gryc[i] = cblack[i];
156 <        return(bright(gryc));
156 >        return((*lumf)(gryc,0));
157   }
158  
159  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines