Gimp.context_get_brush
@returns(unicode)
def context_get_brush():
# Python wrapper for gimp_context_get_brush()
Retrieve the currently active brush.
This procedure returns the name of the currently active brush. All paint operations and stroke operations use this brush to control the application of paint to the image.
Since 2.2
- Returns