aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-06-14 21:04:36 +0200
committerMattias Andrée <maandree@kth.se>2017-06-14 21:04:36 +0200
commit2baa9bd9cd9a5365b6b826de2377a6a29ff1dd3b (patch)
tree8c8ab45dc0a1dd9f9127f40acd6626b1ca19235c /test.c
parentUpdate todo (diff)
downloadlibcolour-2baa9bd9cd9a5365b6b826de2377a6a29ff1dd3b.tar.gz
libcolour-2baa9bd9cd9a5365b6b826de2377a6a29ff1dd3b.tar.bz2
libcolour-2baa9bd9cd9a5365b6b826de2377a6a29ff1dd3b.tar.xz
Add YES colour model, generate the conversion matrices, and add more direct conversions
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 2829f12..693e7d4 100644
--- a/test.c
+++ b/test.c
@@ -724,6 +724,7 @@ main(int argc, char *argv[])
* YCgCo
* CIE 1960 UCS
* CIEUVW
+ * YES
*/
c1.srgb.with_transfer = 0;
c1.srgb.R = 32 / 255., c1.srgb.G = 65 / 255., c1.srgb.B = 32 / 255.;