ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
radiance
/
ray
/
test
/
renders
/
climit.cal
Revision:
1.1
Committed:
Sat Nov 17 22:09:12 2018 UTC
(6 years, 5 months ago) by
greg
Branch:
MAIN
CVS Tags:
rad5R4, rad5R3, HEAD
Log Message:
Created rendering tests
File Contents
#
Content
1
{ RCSid $Id$ }
2
{ Avoid zero pixel values }
3
lim_r(r,g,b) = if(grey(r,g,b)-.01, min(r,1), A1);
4
lim_g(r,g,b) = if(grey(r,g,b)-.01, min(g,1), A2);
5
lim_b(r,g,b) = if(grey(r,g,b)-.01, min(b,1), A3);