gimp_brushes_close_popup << INDEX >> gimp_brushes_get_brush_data

gimp_brushes_get_brush (1995-1996)

NAME
gimp_brushes_get_brush - Retrieve information about the currently active brush mask.
SYNOPSIS
(name,width,height,spacing) = gimp_brushes_get_brush
DESCRIPTION
This procedure retrieves information about the currently active brush mask. This includes the brush name, the width and height, and the brush spacing paramter. All paint operations and stroke operations use this mask to control the application of paint to the image.
RETURN VALUES
TYPENAMEDESCRIPTION
STRINGnameThe brush name
INT32widthThe brush width
INT32heightThe brush height
INT32spacingThe brush spacing: 0 <= spacing <= 1000
SOME SYNTAX ALTERNATIVES
(name,width,height,spacing) = Gimp->brushes_get_brush
(name,width,height,spacing) = brushes_get_brush Layer
(name,width,height,spacing) = brushes_get_brush Image
(name,width,height,spacing) = brushes_get_brush Channel
(name,width,height,spacing) = brushes_get_brush Display
(name,width,height,spacing) = brushes_get_brush 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>