aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-03 23:39:05 +0200
committerMattias Andrée <maandree@kth.se>2016-08-03 23:39:05 +0200
commit3692e8e23a2faa6b3949295ec1eb261ff355668c (patch)
tree017305d1ba889b00479c834a47c03aae9730fa51
parentCleanup (diff)
downloadlibclut-3692e8e23a2faa6b3949295ec1eb261ff355668c.tar.gz
libclut-3692e8e23a2faa6b3949295ec1eb261ff355668c.tar.bz2
libclut-3692e8e23a2faa6b3949295ec1eb261ff355668c.tar.xz
Update TODO
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..3f2a538
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+The sRGB gamut expressed in CIE xyY:
+
+ Chromaticity Red Green Blue White point
+ x 0.6400 0.3000 0.1500 0.3127
+ y 0.3300 0.6000 0.0600 0.3290
+ Y 0.2126 0.7152 0.0722 1.0000
+
+A function is needed that given the values (sans Y) of a
+monitor's gamut, converts from sRGB to the monitor's RGB.
+An inverse function of this is also needed.