ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/cal/rgb.cal
Revision: 1.2
Committed: Wed Nov 21 18:10:45 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Changes since 1.1: +1 -0 lines
Log Message:
Added missing RCSid tag

File Contents

# User Rev Content
1 greg 1.2 { RCSid $Id$ }
2 greg 1.1 red(x, y) : 1.73*x - 0.48*y - 0.26*(1 - x - y) ;
3     green(x, y) : -0.81*x + 1.65*y - 0.02*(1 - x - y) ;
4     blue(x, y) : 0.08*x - 0.17*y + 1.28*(1 - x - y) ;