aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-17 15:35:24 +0100
committerMattias Andrée <maandree@kth.se>2016-12-17 15:35:35 +0100
commit860a97e30f921df82abe8c33555f7a7155b32a5e (patch)
treefe44821451647a31e2a61773b48ac815fb898818
parentImplement OEFT HLG (diff)
downloadlibcolour-860a97e30f921df82abe8c33555f7a7155b32a5e.tar.gz
libcolour-860a97e30f921df82abe8c33555f7a7155b32a5e.tar.bz2
libcolour-860a97e30f921df82abe8c33555f7a7155b32a5e.tar.xz
update todo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO b/TODO
index eea773d..9e66677 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,22 @@
-Colour models:
+Colour models and colour spaces:
LMS
L'M'S'
ICtCp
YCbCr
TSL
Y'UV
- Hunter 1948 color space (see Wikipedia article on CIELAB)
+ Hunter 1948 color space (see Wikipedia article on CIELAB; see http://www.konicaminolta.com/instruments/knowledge/color/part4/06.html)
Hunter Rdab
CIELCh (CIEHLC) (see Wikipedia article on CIELAB)
IPT
+ xvYCC
+ scRGB
+ HSL (Alternative RGB model)
+ HSV (Alternative RGB model)
+ HSI (Alternative RGB model)
+ HCL (Alternative RGB model)
+ HCV (Alternative RGB model)
+ HCI (Alternative RGB model)
Support for generic additive colour spaces (3 channels and more)
Support for generic subtractive colour spaces (3 channels and more)