Function
Gimpbrush_get_info
since: 2.2
Declaration [src]
gboolean
gimp_brush_get_info (
const gchar* name,
gint* width,
gint* height,
gint* mask_bpp,
gint* color_bpp
)
Description [src]
Retrieves information about the specified brush.
This procedure retrieves information about the specified brush: brush extents (width and height), color depth and mask depth.
Available since: 2.2
Parameters
name
-
Type:
const gchar*
The brush name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. width
-
Type:
gint*
The brush width.
The argument will be set by the function. height
-
Type:
gint*
The brush height.
The argument will be set by the function. mask_bpp
-
Type:
gint*
The brush mask bpp.
The argument will be set by the function. color_bpp
-
Type:
gint*
The brush color bpp.
The argument will be set by the function.