Gimp.ColorProfile.is_cmyk

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

Since 2.10

self

a Gimp.ColorProfile

Returns