Gimp.Drawable.is_indexed

@accepts(Gimp.Drawable)
@returns(bool)
def is_indexed(self):
    # Python wrapper for gimp_drawable_is_indexed()
  

Returns whether the drawable is an indexed type.

This procedure returns TRUE if the specified drawable is of type { Indexed, IndexedA }.

self

The drawable.

Returns