Gimp.context_get_brush

@returns(Gimp.Brush)
def context_get_brush():
    # Python 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