summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2018-11-27 00:17:47 +0100
committerØyvind Kolås <pippin@gimp.org>2018-11-27 00:17:47 +0100
commit8f8cc18f2712bc79535cdf4097cac7b23d07d3bd (patch)
tree1a80974e8418519d74531f06a9e08f0c242e77af /extensions
parent695284fa69abbe9c0bde4a3f6ebf5f0418468864 (diff)
CIE: add metadata to models
Diffstat (limited to 'extensions')
-rw-r--r--extensions/CIE.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/CIE.c b/extensions/CIE.c
index ed1f739..0cc2932 100644
--- a/extensions/CIE.c
+++ b/extensions/CIE.c
@@ -104,6 +104,7 @@ models (void)
babl_component ("CIE L"),
babl_component ("CIE a"),
babl_component ("CIE b"),
+ "CIE",
NULL);
babl_model_new (
@@ -112,6 +113,8 @@ models (void)
babl_component ("CIE a"),
babl_component ("CIE b"),
babl_component ("A"),
+ "CIE",
+ "alpha",
NULL);
babl_model_new (
@@ -119,6 +122,7 @@ models (void)
babl_component ("CIE L"),
babl_component ("CIE C(ab)"),
babl_component ("CIE H(ab)"),
+ "CIE",
NULL);
babl_model_new (
@@ -127,6 +131,8 @@ models (void)
babl_component ("CIE C(ab)"),
babl_component ("CIE H(ab)"),
babl_component ("A"),
+ "CIE",
+ "alpha",
NULL);
babl_model_new (
@@ -134,6 +140,7 @@ models (void)
babl_component ("CIE X"),
babl_component ("CIE Y"),
babl_component ("CIE Z"),
+ "CIE",
NULL);
babl_model_new (
@@ -142,6 +149,8 @@ models (void)
babl_component ("CIE Y"),
babl_component ("CIE Z"),
babl_component ("A"),
+ "CIE",
+ "alpha",
NULL);
babl_model_new (
@@ -149,6 +158,7 @@ models (void)
babl_component ("CIE x"),
babl_component ("CIE y"),
babl_component ("CIE Y"),
+ "CIE",
NULL);
babl_model_new (
@@ -157,6 +167,8 @@ models (void)
babl_component ("CIE y"),
babl_component ("CIE Y"),
babl_component ("A"),
+ "CIE",
+ "alpha",
NULL);
}