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

@ -305,7 +305,9 @@ gimp_drawable_sync_fs_filter (GimpDrawable *drawable)
gimp_layer_get_opacity (fs));
gimp_applicator_set_mode (private->fs_applicator,
gimp_layer_get_mode (fs),
gimp_layer_get_composite (fs));
gimp_layer_get_blend_space (fs),
gimp_layer_get_composite_space (fs),
gimp_layer_get_composite_mode (fs));
gimp_applicator_set_affect (private->fs_applicator,
gimp_drawable_get_active_mask (drawable));
}