gimp_brushes_set_opacity << INDEX >> gimp_brushes_set_popup

gimp_brushes_set_paint_mode (1995-1996)

NAME
gimp_brushes_set_paint_mode - Set the brush paint mode.
SYNOPSIS
gimp_brushes_set_paint_mode (paint_mode)
DESCRIPTION
This procedure modifies the paint_mode setting for the current brush. This value is set globally and will not change if a different brush mask is selected.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32paint_modeThe paint mode: { NORMAL_MODE (0), DISSOLVE_MODE (1), BEHIND_MODE (2), MULTIPLY_MODE (3), SCREEN_MODE (4), OVERLAY_MODE (5), DIFFERENCE_MODE (6), ADDITION_MODE (7), SUBTRACT_MODE (8), DARKEN_ONLY_MODE (9), LIGHTEN_ONLY_MODE (10), HUE_MODE (11), SATURATION_MODE (12), COLOR_MODE (13), VALUE_MODE (14), DIVIDE_MODE (15) }
SOME SYNTAX ALTERNATIVES
Gimp->brushes_set_paint_mode (paint_mode)
brushes_set_paint_mode Layer (paint_mode)
brushes_set_paint_mode Image (paint_mode)
brushes_set_paint_mode Channel (paint_mode)
brushes_set_paint_mode Display (paint_mode)
brushes_set_paint_mode Drawable (paint_mode)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>