GimpUi.monitor_get_color_profile

@accepts(Gdk.Monitor)
@returns(Gimp.ColorProfile)
def monitor_get_color_profile(monitor):
    # Python wrapper for gimp_monitor_get_color_profile()
  

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

Since 3.0

monitor

a Gdk.Monitor

Returns