Gimp.ColorManaged¶
- Implementations:
None
Methods¶
Virtual Methods¶
Properties¶
None
Signals¶
Name |
Short Description |
---|---|
Fields¶
None
Class Details¶
- class Gimp.ColorManaged¶
- Bases:
- Structure:
An interface dealing with color profiles.
- get_color_profile()¶
- Returns:
The self's
Gimp.ColorProfile
.- Return type:
This function always returns a
Gimp.ColorProfile
and falls back toGimp.ColorProfile.new_rgb_srgb
() if the method is not implemented.New in version 2.10.
- get_icc_profile()¶
- Returns:
A blob of data that represents an ICC color profile.
- Return type:
New in version 2.4.
- get_simulation_bpc()¶
- Returns:
The self's simulation Black Point Compensation value.
- Return type:
This function always returns a
bool
representing whether Black Point Compensation is enabledNew in version 3.0.
- get_simulation_intent()¶
- Returns:
The self's simulation
Gimp.ColorRenderingIntent
.- Return type:
This function always returns a
Gimp.ColorRenderingIntent
New in version 3.0.
- get_simulation_profile()¶
- Returns:
The self's simulation
Gimp.ColorProfile
.- Return type:
This function always returns a
Gimp.ColorProfile
New in version 3.0.
- profile_changed()¶
Emits the “profile-changed” signal.
New in version 2.4.
- simulation_bpc_changed()¶
Emits the “simulation-bpc-changed” signal.
New in version 3.0.
- simulation_intent_changed()¶
Emits the “simulation-intent-changed” signal.
New in version 3.0.
- simulation_profile_changed()¶
Emits the “simulation-profile-changed” signal.
New in version 3.0.
- do_get_color_profile() virtual¶
- Returns:
The managed's
Gimp.ColorProfile
.- Return type:
This function always returns a
Gimp.ColorProfile
and falls back toGimp.ColorProfile.new_rgb_srgb
() if the method is not implemented.New in version 2.10.
- do_get_icc_profile() virtual¶
- Returns:
A blob of data that represents an ICC color profile.
- Return type:
New in version 2.4.
- do_get_simulation_bpc() virtual¶
- Returns:
The managed's simulation Black Point Compensation value.
- Return type:
This function always returns a
bool
representing whether Black Point Compensation is enabledNew in version 3.0.
- do_get_simulation_intent() virtual¶
- Returns:
The managed's simulation
Gimp.ColorRenderingIntent
.- Return type:
This function always returns a
Gimp.ColorRenderingIntent
New in version 3.0.
- do_get_simulation_profile() virtual¶
- Returns:
The managed's simulation
Gimp.ColorProfile
.- Return type:
This function always returns a
Gimp.ColorProfile
New in version 3.0.
- do_profile_changed() virtual¶
Emits the “profile-changed” signal.
New in version 2.4.
- do_simulation_bpc_changed() virtual¶
Emits the “simulation-bpc-changed” signal.
New in version 3.0.
- do_simulation_intent_changed() virtual¶
Emits the “simulation-intent-changed” signal.
New in version 3.0.
- do_simulation_profile_changed() virtual¶
Emits the “simulation-profile-changed” signal.
New in version 3.0.
Signal Details¶
- Gimp.ColorManaged.signals.profile_changed(color_managed)¶
- Signal Name:
profile-changed
- Flags:
- Parameters:
color_managed (
Gimp.ColorManaged
) – The object which received the signal
- Gimp.ColorManaged.signals.simulation_bpc_changed(color_managed)¶
- Signal Name:
simulation-bpc-changed
- Flags:
- Parameters:
color_managed (
Gimp.ColorManaged
) – The object which received the signal
- Gimp.ColorManaged.signals.simulation_intent_changed(color_managed)¶
- Signal Name:
simulation-intent-changed
- Flags:
- Parameters:
color_managed (
Gimp.ColorManaged
) – The object which received the signal
- Gimp.ColorManaged.signals.simulation_profile_changed(color_managed)¶
- Signal Name:
simulation-profile-changed
- Flags:
- Parameters:
color_managed (
Gimp.ColorManaged
) – The object which received the signal