Gimp.Brush.new

function new(name: String): Gimp.Brush {
    // Gjs wrapper for gimp_brush_new()
}
  

Create a new generated brush having default parameters.

Creates a new, parametric brush.

Since 2.2

name

The requested name of the new brush.

Returns

The brush.