Gimp » Gimp.ColorProfile »

Gimp.ColorProfile.prototype.get_space

function get_space(intent: Gimp.ColorRenderingIntent): Babl.Object {
    // Gjs wrapper for gimp_color_profile_get_space()
}
  

This function returns the #Babl space of profile, for the specified intent.

Since 2.10.6

intent

a Gimp.ColorRenderingIntent

Returns

the new #Babl space.

More Information

  • Gimp.ColorProfile