Gimp.ColorManaged

g GObject.GInterface GObject.GInterface Gimp.ColorManaged Gimp.ColorManaged GObject.GInterface->Gimp.ColorManaged

Implementations:

None

Methods

get_color_profile ()

get_icc_profile ()

get_simulation_bpc ()

get_simulation_intent ()

get_simulation_profile ()

profile_changed ()

simulation_bpc_changed ()

simulation_intent_changed ()

simulation_profile_changed ()

Virtual Methods

do_get_color_profile ()

do_get_icc_profile ()

do_get_simulation_bpc ()

do_get_simulation_intent ()

do_get_simulation_profile ()

do_profile_changed ()

do_simulation_bpc_changed ()

do_simulation_intent_changed ()

do_simulation_profile_changed ()

Properties

None

Signals

Name

Short Description

profile-changed

simulation-bpc-changed

simulation-intent-changed

simulation-profile-changed

Fields

None

Class Details

class Gimp.ColorManaged
Bases:

GObject.GInterface

Structure:

Gimp.ColorManagedInterface

An interface dealing with color profiles.

get_color_profile()
Returns:

The self's Gimp.ColorProfile.

Return type:

Gimp.ColorProfile

This function always returns a Gimp.ColorProfile and falls back to Gimp.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:

bytes

New in version 2.4.

get_simulation_bpc()
Returns:

The self's simulation Black Point Compensation value.

Return type:

bool

This function always returns a bool representing whether Black Point Compensation is enabled

New in version 3.0.

get_simulation_intent()
Returns:

The self's simulation Gimp.ColorRenderingIntent.

Return type:

Gimp.ColorRenderingIntent

This function always returns a Gimp.ColorRenderingIntent

New in version 3.0.

get_simulation_profile()
Returns:

The self's simulation Gimp.ColorProfile.

Return type:

Gimp.ColorProfile

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:

Gimp.ColorProfile

This function always returns a Gimp.ColorProfile and falls back to Gimp.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:

bytes

New in version 2.4.

do_get_simulation_bpc() virtual
Returns:

The managed's simulation Black Point Compensation value.

Return type:

bool

This function always returns a bool representing whether Black Point Compensation is enabled

New in version 3.0.

do_get_simulation_intent() virtual
Returns:

The managed's simulation Gimp.ColorRenderingIntent.

Return type:

Gimp.ColorRenderingIntent

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:

Gimp.ColorProfile

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:

RUN_FIRST

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:

RUN_FIRST

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:

RUN_FIRST

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:

RUN_FIRST

Parameters:

color_managed (Gimp.ColorManaged) – The object which received the signal