Gimp.Image.prototype.set_color_profile

function set_color_profile(profile: Gimp.ColorProfile): Boolean {
    // Gjs wrapper for gimp_image_set_color_profile()
}
  

Sets the image's color profile

This procedure sets the image's color profile.

Since 2.10

profile

A Gimp.ColorProfile, or null.

Returns

true on success.