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

index 766ed528c71b8bf7c591fdd0f8866479c8204439..ed4c9dab9d23634fcd5f5053e7dde25bd50c3c0b 100644 (file)
@@ -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);