Gimp.brush_new
function brush_new(name: String): String {
// Gjs 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
The actual new brush name. The returned value must be freed with g_free().