Method
GimpUiBrushSelectButtonget_brush
since: 2.4
Declaration [src]
const gchar*
gimp_brush_select_button_get_brush (
GimpBrushSelectButton* button,
gdouble* opacity,
gint* spacing,
GimpLayerMode* paint_mode
)
Parameters
opacity
-
Type:
gdouble*
Opacity of the selected brush.
The argument will be set by the function. The argument can be NULL
. spacing
-
Type:
gint*
Spacing of the selected brush.
The argument will be set by the function. The argument can be NULL
. paint_mode
-
Type:
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.