ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cal/cal/Sharp.cal
Revision: 1.2
Committed: Thu Apr 28 17:20:34 2005 UTC (19 years ago) by greg
Branch: MAIN
CVS Tags: rad3R7P1, rad4R0, rad3R8, rad3R9, rad3R7P2
Changes since 1.1: +9 -71 lines
Log Message:
Modified xyz_rgb.cal to permit changing color primaries

File Contents

# User Rev Content
1 greg 1.2 { RCSid $Id$ }
2 greg 1.1 {
3     Convert between XYZ and Sharp RGB coordinates
4     }
5 greg 1.2 CIE_x_r = .6898;
6     CIE_y_r = .3206;
7     CIE_x_g = .0736;
8     CIE_y_g = .9003;
9     CIE_x_b = .1166;
10     CIE_y_b = .0374;
11     CIE_x_w = 1/3;
12     CIE_y_w = 1/3;