Gimp.brush_get_info
@accepts(unicode, int, int, int, int)
@returns(bool)
def brush_get_info(name, width, height, mask_bpp, color_bpp):
# Python wrapper for gimp_brush_get_info()
Retrieves information about the specified brush.
This procedure retrieves information about the specified brush: brush extents (width and height), color depth and mask depth.
Since 2.2
- name
The brush name.
- width
The brush width.
- height
The brush height.
- mask_bpp
The brush mask bpp.
- color_bpp
The brush color bpp.
- Returns