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