Gimp.ColorProfile.is_gray

@accepts(Gimp.ColorProfile)
@returns(bool)
def is_gray(self):
    # Python wrapper for gimp_color_profile_is_gray()
  

Since 2.10

self

a Gimp.ColorProfile

Returns