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

Comparing ray/src/common/falsecolor.h (file contents):
Revision 3.2 by greg, Tue Nov 15 06:52:38 2005 UTC vs.
Revision 3.3 by greg, Tue Nov 15 20:04:50 2005 UTC

# Line 53 | Line 53 | fcFixedLog(FCstruct *fcs, double Lwmin, double Lwmax);
53   */
54  
55   extern int
56 < fcLinearMapping(FCstruct *fcs, TMstruct *tms, int pctile);
56 > fcLinearMapping(FCstruct *fcs, TMstruct *tms, double pctile);
57   /*
58          Compute linear false color map.
59          
# Line 65 | Line 65 | fcLinearMapping(FCstruct *fcs, TMstruct *tms, int pcti
65   */
66  
67   extern int
68 < fcLogMapping(FCstruct *fcs, TMstruct *tms, int pctile);
68 > fcLogMapping(FCstruct *fcs, TMstruct *tms, double pctile);
69   /*
70          Compute logarithmic false color map.
71          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines