Gimp.brush_duplicate

function brush_duplicate(name: String): String {
    // Gjs wrapper for gimp_brush_duplicate()
}
  

Duplicates a brush.

This procedure creates an identical brush by a different name.

Since 2.2

name

The brush name.

Returns

The name of the brush's copy. The returned value must be freed with g_free().