Gimp.context_get_mypaint_brush

function context_get_mypaint_brush(): String {
    // Gjs wrapper for gimp_context_get_mypaint_brush()
}
  

Retrieve the currently active MyPaint brush.

This procedure returns the name of the currently active MyPaint brush.

Since 2.10

Returns

The name of the active MyPaint brush. The returned value must be freed with g_free().