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
Methods
- Gimp.ColorManaged.prototype.get_color_profile
- Gimp.ColorManaged.prototype.get_icc_profile
- Gimp.ColorManaged.prototype.get_simulation_bpc
- Gimp.ColorManaged.prototype.get_simulation_intent
- Gimp.ColorManaged.prototype.get_simulation_profile
- Gimp.ColorManaged.prototype.profile_changed
- Gimp.ColorManaged.prototype.simulation_bpc_changed
- Gimp.ColorManaged.prototype.simulation_intent_changed
- Gimp.ColorManaged.prototype.simulation_profile_changed
Virtual functions
- Gimp.ColorManaged::get_color_profile
- Gimp.ColorManaged::get_icc_profile
- Gimp.ColorManaged::get_simulation_bpc
- Gimp.ColorManaged::get_simulation_intent
- Gimp.ColorManaged::get_simulation_profile
- Gimp.ColorManaged::profile_changed
- Gimp.ColorManaged::simulation_bpc_changed
- Gimp.ColorManaged::simulation_intent_changed
- Gimp.ColorManaged::simulation_profile_changed