Gimp.Resource.id_is_palette

@accepts(int)
@returns(bool)
def id_is_palette(resource_id):
    # Python wrapper for gimp_resource_id_is_palette()
  

Returns whether the resource ID is a palette.

This procedure returns TRUE if the specified resource ID is a palette.

Since 3.0

resource_id

The resource ID.

Returns