diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-01 17:58:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-01 17:58:23 +0100 |
commit | 2e23dfcacb32f10e4b906f648088a293949d9a48 (patch) | |
tree | 163f4608208ba5e701aa4d99665de72b6c25c819 | |
parent | m install (diff) | |
download | libclut-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-- | NEWS | 9 | ||||
-rw-r--r-- | TODO | 8 |
2 files changed, 12 insertions, 5 deletions
@@ -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. - @@ -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. |