aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-02 23:33:15 +0100
committerMattias Andrée <maandree@kth.se>2016-12-02 23:33:15 +0100
commitb51a413074a9844e3c045c743dc1ba56414b6263 (patch)
tree77a564ee78eb059d13d45191783857bd87901960 /NEWS
parentAdd new colour spaces (diff)
downloadlibclut-b51a413074a9844e3c045c743dc1ba56414b6263.tar.gz
libclut-b51a413074a9844e3c045c743dc1ba56414b6263.tar.bz2
libclut-b51a413074a9844e3c045c743dc1ba56414b6263.tar.xz
Add libclut_model_rgb_to_ciexyz and libclut_model_ciexyz_to_rgb
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f651d3..1cefe93 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ libclut NEWS -*- outline -*-
New RGB colour spaces added: ITU-R BT.709 and Lightroom RGB.
+ libclut_model_get_rgb_conversion_matrix accepts NULL as
+ as the first and second argument.
+
+ Add the functions libclut_model_rgb_to_xyz and
+ libclut_model_rgb_to_xyz.
+
* Noteworthy changes in release 1.0 (2016-(12)Dec-02) [stable]
RGB colour space conversion added.