app: make layer blend color space and compositing color space configurable

...they say it's going to get worse before it gets better...
This commit is contained in:
Michael Natterer
2017-02-12 23:49:26 +01:00
parent b119fc995a
commit 8634b5cbc3
41 changed files with 816 additions and 211 deletions

View File

@ -103,6 +103,8 @@ gimp_drawable_merge_shadow_buffer (GimpDrawable *drawable,
push_undo, undo_desc,
GIMP_OPACITY_OPAQUE,
GIMP_LAYER_MODE_REPLACE,
GIMP_LAYER_COLOR_SPACE_AUTO,
GIMP_LAYER_COLOR_SPACE_AUTO,
GIMP_LAYER_COMPOSITE_AUTO,
NULL, x, y);