aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-01 17:58:23 +0100
committerMattias Andrée <maandree@kth.se>2016-12-01 17:58:23 +0100
commit2e23dfcacb32f10e4b906f648088a293949d9a48 (patch)
tree163f4608208ba5e701aa4d99665de72b6c25c819
parentm install (diff)
downloadlibclut-2e23dfcacb32f10e4b906f648088a293949d9a48.tar.gz
libclut-2e23dfcacb32f10e4b906f648088a293949d9a48.tar.bz2
libclut-2e23dfcacb32f10e4b906f648088a293949d9a48.tar.xz
Update todo and news
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--NEWS9
-rw-r--r--TODO8
2 files changed, 12 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b9c0f92..1606ab0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,15 @@
libclut NEWS -*- outline -*-
+* Noteworthy changes in release 0.3 (2016-(08)Aug-06) [beta]
+
+ No significant changes.
+
+* Noteworthy changes in release 0.2 (2016-(08)Aug-05) [beta]
+
+ No significant changes.
+
* Noteworthy changes in release 0.1 (2016-(07)Jul-13) [beta]
Initial release.
_cie_ affixed functions have not been tested.
-
diff --git a/TODO b/TODO
index 3f2a538..121ac9d 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
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
+ Chromaticity Red Green Blue White point
+ x 0.6400 0.3000 0.1500 0.31271
+ y 0.3300 0.6000 0.0600 0.32902
+ Y 0.212656 0.715158 0.072186 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.