Gimp.ColorManaged::get_color_profile
@accepts(Gimp.ColorManaged)
@returns(Gimp.ColorProfile)
def do_get_color_profile(managed):
This function always returns a Gimp.ColorProfile and falls back to Gimp.ColorProfile.new_rgb_srgb if the method is not implemented.
Since 2.10
- managed
an object the implements the Gimp.ColorManaged interface
- Returns
The self's Gimp.ColorProfile.