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

Comparing ray/src/px/falsecolor.csh (file contents):
Revision 2.16 by greg, Mon Nov 13 02:41:46 2006 UTC vs.
Revision 2.17 by greg, Wed Nov 15 08:17:13 2006 UTC

# Line 60 | Line 60 | while ($#argv > 0)
60                  set bluv="$argv[1]"
61                  breaksw
62          case -spec:
63                shift argv
63                  set redv='1.6*v-.6'
64                  set grnv='if(v-.375,1.6-1.6*v,8/3*v)'
65                  set bluv='1-8/3*v'

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines