Gimp »

Gimp.ColorManaged

from gi.repository import Gimp

color_managed = Gimp.ColorManaged()  

An interface dealing with color profiles.

Prerequisites

ColorManaged requires GObject.Object

Known Implementations

None

Methods

  • Gimp.ColorManaged.get_color_profile
  • Gimp.ColorManaged.get_icc_profile
  • Gimp.ColorManaged.profile_changed

Signals

  • profile-changed

Virtual functions

  • Gimp.ColorManaged::get_color_profile
  • Gimp.ColorManaged::get_icc_profile
  • Gimp.ColorManaged::profile_changed

More Information

  • Gimp