gimp_brushes_get_opacity << INDEX >> gimp_brushes_get_spacing

gimp_brushes_get_paint_mode (1995-1996)

NAME
gimp_brushes_get_paint_mode - Get the brush paint mode.
SYNOPSIS
paint_mode = gimp_brushes_get_paint_mode
DESCRIPTION
This procedure returns the paint-mode setting for brushes. This value is set globally and will not change if a different brush is selected. The return value is an integer which corresponds to the values listed in the argument description.
RETURN VALUES
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
paint_mode = Gimp->brushes_get_paint_mode
paint_mode = brushes_get_paint_mode Layer
paint_mode = brushes_get_paint_mode Image
paint_mode = brushes_get_paint_mode Channel
paint_mode = brushes_get_paint_mode Display
paint_mode = brushes_get_paint_mode Drawable
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>