summaryrefslogtreecommitdiff
path: root/data/profiles/CIE-RGB.xml.in
blob: 96efb2358d14c18e237ccf2831a49dfb42396007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" ?>
<profile>
 <version>2.1</version>
 <name>CIE-RGB</name>
 <description>CIE RGB</description>
 <_copyright>This profile is free of known copyright restrictions</_copyright>
 <!-- TRANSLATORS: theoretical in that the profile primaries are not real colors -->
 <_model>
  This theoretical profile is designed for use in color experiments.
  You probably don't want to use this profile as a editing space or a display profile.
 </_model>
 <license>CC0</license>
 <data_source>standard</data_source>
 <standard_space>cie-rgb</standard_space>
 <gamma>2.2</gamma>
 <whitepoint>E</whitepoint>
 <primaries>
  <red>
   <x>0.7350</x>
   <y>0.2650</y>
   <Y>0.176204</Y>
  </red>
  <green>
   <x>0.2740</x>
   <y>0.7170</y>
   <Y>0.812985</Y>
  </green>
  <blue>
   <x>0.1670</x>
   <y>0.0090</y>
   <Y>0.010811</Y>
  </blue>
 </primaries>
</profile>