Gimp.context_get_brush

function context_get_brush(): Gimp.Brush {
    // Gjs wrapper for gimp_context_get_brush()
}
  

Get the currently active brush.

Returns the currently active brush. All paint and stroke operations use this brush.

Since 2.2

Returns

The active brush.