Gimp.Drawable.is_gray
@accepts(Gimp.Drawable)
@returns(bool)
def is_gray(self):
# Python wrapper for gimp_drawable_is_gray()
Returns whether the drawable is a grayscale type.
This procedure returns TRUE if the specified drawable is of type { Gray, GrayA }.
- self
The drawable.
- Returns