Function
Gimpcontext_get_brush
Declaration [src]
GimpBrush*
gimp_context_get_brush (
void
)
Description [src]
Get the currently active brush.
Returns the currently active brush. All paint and stroke operations use this brush.
Available since: | 2.2 |
Return value
Returns: | GimpBrush |
The active brush. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |