summaryrefslogtreecommitdiff
path: root/data/profiles/SwappedRedAndGreen.xml.in
blob: c698ea6589bd0f67ee004486cdc571e9269f6d0a (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
<?xml version="1.0" encoding="UTF-8" ?>
<profile>
 <name>SwappedRedAndGreen</name>
 <_description>Swapped Red and Green</_description>
 <_copyright>This profile is free of known copyright restrictions</_copyright>
 <!-- TRANSLATORS: channels refer to the RGB values in an image -->
 <_model>
  This test profile swaps the red and green channels and is useful as a visual
  check that profiles are being applied correctly.
  If this profile is applied twice, the image looks unchanged.
 </_model>
 <license>CC0</license>
 <data_source>test</data_source>
 <gamma>sRGB</gamma>
 <whitepoint>D65</whitepoint>
 <primaries>
  <red>
   <x>0.3000</x>
   <y>0.6000</y>
   <Y>0.715158</Y>
  </red>
  <green>
   <x>0.6400</x>
   <y>0.3300</y>
   <Y>0.212656</Y>
  </green>
  <blue>
   <x>0.1500</x>
   <y>0.0600</y>
   <Y>0.072186</Y>
  </blue>
 </primaries>
</profile>