Gimp.ColorManaged.prototype.get_color_profile
function get_color_profile(): Gimp.ColorProfile {
// Gjs wrapper for gimp_color_managed_get_color_profile()
}
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
- Returns
The managed's Gimp.ColorProfile.