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