GimpUi »

GimpUi.monitor_get_color_profile

function monitor_get_color_profile(monitor: Gdk.Monitor): Gimp.ColorProfile {
    // Gjs wrapper for gimp_monitor_get_color_profile()
}
  

This function returns the Gimp.ColorProfile of monitor or null if there is no profile configured.

Since 3.0

monitor

a Gdk.Monitor

Returns

the monitor's Gimp.ColorProfile, or null.

More Information

  • GimpUi