Gimp.ColorManaged
const Gimp = imports.gi.Gimp;
let color_managed = new Gimp.ColorManaged();
An interface dealing with color profiles.
Prerequisites
ColorManaged requires GObject.Object
Known Implementations
None
const Gimp = imports.gi.Gimp;
let color_managed = new Gimp.ColorManaged();
An interface dealing with color profiles.
ColorManaged requires GObject.Object
None