Gimp.ColorProfile.new_srgb_trc_from_color_profile

@accepts(Gimp.ColorProfile)
@returns(Gimp.ColorProfile)
def new_srgb_trc_from_color_profile(self):
    # Python wrapper for gimp_color_profile_new_srgb_trc_from_color_profile()
  

This function creates a new RGB Gimp.ColorProfile with a sRGB gamma TRC and self's RGB chromacities and whitepoint.

Since 2.10

self

a Gimp.ColorProfile

Returns