projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2313351
)
base: ass linear bit to rgb and ragaba models
author
Øyvind Kolås
<pippin@gimp.org>
Wed, 28 Nov 2018 01:17:27 +0000
(
02:17
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Wed, 28 Nov 2018 01:17:27 +0000
(
02:17
+0100)
babl/base/model-rgb.c
patch
|
blob
|
history
diff --git
a/babl/base/model-rgb.c
b/babl/base/model-rgb.c
index 766ed528c71b8bf7c591fdd0f8866479c8204439..ed4c9dab9d23634fcd5f5053e7dde25bd50c3c0b 100644
(file)
--- a/
babl/base/model-rgb.c
+++ b/
babl/base/model-rgb.c
@@
-160,6
+160,7
@@
models (void)
babl_component_from_id (BABL_GREEN),
babl_component_from_id (BABL_BLUE),
"rgb",
+ "linear",
NULL);
babl_model_new (
@@
-169,6
+170,7
@@
models (void)
babl_component_from_id (BABL_BLUE_MUL_ALPHA),
babl_component_from_id (BABL_ALPHA),
"rgb",
+ "linear",
"premultiplied",
"alpha",
NULL);