Gimp.ColorProfile
const Gimp = imports.gi.Gimp;
let colorProfile = new Gimp.ColorProfile();
Definitions and Functions relating to LCMS.
Hierarchy
-
GObject.Object
- Gimp.ColorProfile
Constructors
- Gimp.ColorProfile.new_d50_gray_lab_trc
- Gimp.ColorProfile.new_d65_gray_linear
- Gimp.ColorProfile.new_d65_gray_srgb_trc
- Gimp.ColorProfile.new_from_file
- Gimp.ColorProfile.new_from_icc_profile
- Gimp.ColorProfile.new_from_lcms_profile
- Gimp.ColorProfile.new_rgb_adobe
- Gimp.ColorProfile.new_rgb_srgb
- Gimp.ColorProfile.new_rgb_srgb_linear
Methods
- Gimp.ColorProfile.prototype.get_copyright
- Gimp.ColorProfile.prototype.get_description
- Gimp.ColorProfile.prototype.get_format
- Gimp.ColorProfile.prototype.get_icc_profile
- Gimp.ColorProfile.prototype.get_label
- Gimp.ColorProfile.prototype.get_lcms_profile
- Gimp.ColorProfile.prototype.get_manufacturer
- Gimp.ColorProfile.prototype.get_model
- Gimp.ColorProfile.prototype.get_space
- Gimp.ColorProfile.prototype.get_summary
- Gimp.ColorProfile.prototype.is_cmyk
- Gimp.ColorProfile.prototype.is_equal
- Gimp.ColorProfile.prototype.is_gray
- Gimp.ColorProfile.prototype.is_linear
- Gimp.ColorProfile.prototype.is_rgb
- Gimp.ColorProfile.prototype.new_linear_from_color_profile
- Gimp.ColorProfile.prototype.new_srgb_trc_from_color_profile
- Gimp.ColorProfile.prototype.save_to_file