app/apptypes.h app/brush_select_cmds.c app/brushes_cmds.c app/layer_cmds.c
2001-01-09 Sven Neumann <sven@gimp.org> * app/apptypes.h * app/brush_select_cmds.c * app/brushes_cmds.c * app/layer_cmds.c * app/layers_dialog.c * app/paint_funcs.c * app/tool_options.c * app/tools_cmds.c * libgimp/gimpenums.h * plug-ins/script-fu/script-fu-constants.c * tools/pdbgen/enums.pl: applied patch from <oliver@zeroknowledge.com> that adds new blending modes (Dodge/Burn/Hardlight). Please play with these new modes and check if they are useful and well-implemented.
This commit is contained in:
committed by
Sven Neumann
parent
d701e44276
commit
99e80ca55c
@ -224,7 +224,10 @@ typedef enum
|
||||
GIMP_SATURATION_MODE,
|
||||
GIMP_COLOR_MODE,
|
||||
GIMP_VALUE_MODE,
|
||||
GIMP_DIVIDE_MODE
|
||||
GIMP_DIVIDE_MODE,
|
||||
GIMP_DODGE_MODE,
|
||||
GIMP_BURN_MODE,
|
||||
GIMP_HARDLIGHT_MODE
|
||||
} GimpLayerModeEffects;
|
||||
|
||||
typedef enum
|
||||
@ -425,6 +428,9 @@ typedef GimpPDBStatusType GStatusType;
|
||||
#define COLOR_MODE GIMP_COLOR_MODE
|
||||
#define VALUE_MODE GIMP_VALUE_MODE
|
||||
#define DIVIDE_MODE GIMP_DIVIDE_MODE
|
||||
#define DODGE_MODE GIMP_DODGE_MODE
|
||||
#define BURN_MODE GIMP_BURN_MODE
|
||||
#define HARDLIGHT_MODE GIMP_HARDLIGHT_MODE
|
||||
|
||||
#define RUN_INTERACTIVE GIMP_RUN_INTERACTIVE
|
||||
#define RUN_NONINTERACTIVE GIMP_RUN_NONINTERACTIVE
|
||||
|
||||
Reference in New Issue
Block a user