Gimp.brush_new

@accepts(unicode)
@returns(unicode)
def brush_new(name):
    # Python wrapper for gimp_brush_new()
  

Creates a new brush.

This procedure creates a new, uninitialized brush.

Since 2.2

name

The requested name of the new brush.

Returns