summaryrefslogtreecommitdiff
path: root/data/profiles/NTSC-RGB.xml.in
blob: 0b8efca729dc7aefae0be7a8567054c8c27f2507 (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
35
36
37
38
<?xml version="1.0" encoding="UTF-8" ?>
<profile>
 <version>2.1</version>
 <name>NTSC-RGB</name>
 <description>NTSC RGB</description>
 <_copyright>This profile is free of known copyright restrictions</_copyright>
 <!--
  TRANSLATORS: A little joke: Color Geeks say that NTSC stands for 'Never The
  Same Color' as it's really a poor choice compared to sRGB
 -->
 <_model>
  This profile defines the range of colors used with the NTSC video standard.
  It is an obsolete standard that has been replaced by SMTE-C.
  You should only use this profile to decode archived video.
 </_model>
 <license>CC0</license>
 <data_source>standard</data_source>
 <standard_space>ntsc-rgb</standard_space>
 <gamma>2.2</gamma>
 <whitepoint>C</whitepoint>
 <primaries>
  <red>
   <x>0.6700</x>
   <y>0.3300</y>
   <Y>0.298839</Y>
  </red>
  <green>
   <x>0.2100</x>
   <y>0.7100</y>
   <Y>0.586811</Y>
  </green>
  <blue>
   <x>0.1400</x>
   <y>0.0800</y>
   <Y>0.114350</Y>
  </blue>
 </primaries>
</profile>