mirror of https://github.com/GNOME/gimp.git
app: make blend/composite attributes of color-erase immutable
This commit is contained in:
parent
60466dce3e
commit
eff87d4fcb
|
@ -398,6 +398,9 @@ static const GimpLayerModeInfo layer_mode_infos[] =
|
||||||
|
|
||||||
.op_name = "gimp:color-erase",
|
.op_name = "gimp:color-erase",
|
||||||
.function = gimp_operation_color_erase_process,
|
.function = gimp_operation_color_erase_process,
|
||||||
|
.flags = GIMP_LAYER_MODE_FLAG_BLEND_SPACE_IMMUTABLE |
|
||||||
|
GIMP_LAYER_MODE_FLAG_COMPOSITE_SPACE_IMMUTABLE |
|
||||||
|
GIMP_LAYER_MODE_FLAG_COMPOSITE_MODE_IMMUTABLE,
|
||||||
.context = GIMP_LAYER_MODE_CONTEXT_PAINT |
|
.context = GIMP_LAYER_MODE_CONTEXT_PAINT |
|
||||||
GIMP_LAYER_MODE_CONTEXT_FADE,
|
GIMP_LAYER_MODE_CONTEXT_FADE,
|
||||||
.paint_composite_mode = GIMP_LAYER_COMPOSITE_SRC_ATOP,
|
.paint_composite_mode = GIMP_LAYER_COMPOSITE_SRC_ATOP,
|
||||||
|
|
Loading…
Reference in New Issue