Gimp.Resource.is_brush
@accepts(Gimp.Resource)
@returns(bool)
def is_brush(self):
# Python wrapper for gimp_resource_is_brush()
Returns whether the resource is a brush.
This procedure returns TRUE if the specified resource is a brush.
Since 3.0
- self
The resource.
- Returns