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:
@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user