[babl] CIE: add metadata to models
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] CIE: add metadata to models
- Date: Mon, 26 Nov 2018 23:18:07 +0000 (UTC)
commit 8f8cc18f2712bc79535cdf4097cac7b23d07d3bd
Author: Øyvind Kolås <pippin gimp org>
Date: Tue Nov 27 00:17:47 2018 +0100
CIE: add metadata to models
extensions/CIE.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]