Method
GimpUiBrushSelectButtonget_brush
Declaration [src]
const gchar*
gimp_brush_select_button_get_brush (
GimpBrushSelectButton* button,
gdouble* opacity,
gint* spacing,
GimpLayerMode* paint_mode
)
Parameters
opacity |
gdouble* |
Opacity of the selected brush. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
spacing |
gint* |
Spacing of the selected brush. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
paint_mode |
GimpLayerMode |
Paint mode of the selected brush. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |