Gimp.Drawable.is_rgb

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

Returns whether the drawable is an RGB type.

This procedure returns TRUE if the specified drawable is of type { RGB, RGBA }.

self

The drawable.

Returns