Gimp.get_color_configuration

function get_color_configuration(): Gimp.ColorConfig {
    // Gjs wrapper for gimp_get_color_configuration()
}
  

Retrieve a copy of the current color management configuration.

Since 2.4

Returns

A copy of the core's Gimp.ColorConfig. You should unref this copy if you don't need it any longer.