Gimp.Brush.get_spacing
@accepts(Gimp.Brush)
@returns(int)
def get_spacing(self):
# Python wrapper for gimp_brush_get_spacing()
Gets the brush spacing, the stamping frequency.
Returns the spacing setting for the brush. Spacing is an integer between 0 and 1000 which represents a percentage of the maximum of the width and height of the mask. Both parametric and raster brushes have a spacing.
Since 2.2
- self
The brush.
- Returns