gimp_brushes_get_paint_mode << INDEX >> gimp_brushes_list

gimp_brushes_get_spacing (1995-1996)

NAME
gimp_brushes_get_spacing - Get the brush spacing.
SYNOPSIS
spacing = gimp_brushes_get_spacing
DESCRIPTION
This procedure returns the spacing setting for brushes. This value is set per brush and will change if a different brush is selected. The return value is an integer between 0 and 1000 which represents percentage of the maximum of the width and height of the mask.
RETURN VALUES
TYPENAMEDESCRIPTION
INT32spacingThe brush spacing: 0 <= spacing <= 1000
SOME SYNTAX ALTERNATIVES
spacing = Gimp->brushes_get_spacing
spacing = brushes_get_spacing Layer
spacing = brushes_get_spacing Image
spacing = brushes_get_spacing Channel
spacing = brushes_get_spacing Display
spacing = brushes_get_spacing 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>