Function

GimpUimonitor_get_color_profile

Declaration [src]

GimpColorProfile*
gimp_monitor_get_color_profile (
  GdkMonitor* monitor
)

Description [src]

This function returns the GimpColorProfile of monitor or NULL if there is no profile configured.

Available since:3.0

Parameters

monitor GdkMonitor
 

A GdkMonitor.

 The data is owned by the caller of the function.

Return value

Returns: GimpColorProfile
 

The monitor’s GimpColorProfile, or NULL.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.