Skip to content
Snippets Groups Projects

Color management architecture: color profiles

Merged Pekka Paalanen requested to merge pq/weston:mr/color-output into main
2 files
+ 82
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2147,6 +2147,11 @@ weston_color_profile_unref(struct weston_color_profile *cprof);
const char *
weston_color_profile_get_description(struct weston_color_profile *cprof);
struct weston_color_profile *
weston_compositor_load_icc_file(struct weston_compositor *compositor,
const char *path,
enum weston_color_profile_kind usage);
#ifdef __cplusplus
}
#endif
Loading