GimpUi.ColorDisplay¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
The color config used for this filter |
||
r/w/co |
The color managed pixel source that is filtered |
||
r/w/c |
Whether this display filter is enabled |
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class GimpUi.ColorDisplay(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Functions and definitions for creating pluggable GIMP display color correction modules.
- changed()¶
- clone()¶
- Returns:
a duplicate of self.
- Return type:
Creates a copy of self.
New in version 2.0.
- configure()¶
- Returns:
a new configuration widget for self, or
Noneif no specific widget exists.- Return type:
Creates a configuration widget for self which can be added to a container widget.
New in version 2.0.
- configure_reset()¶
- convert_buffer(buffer, area)¶
- Parameters:
buffer (
Gegl.Buffer) – aGegl.Bufferarea (
Gegl.Rectangle) – area in buffer to convert
Converts all pixels in area of buffer.
New in version 2.10.
- get_config()¶
- Returns:
a pointer to the
Gimp.ColorConfigobject orNone.- Return type:
New in version 2.4.
- get_managed()¶
- Returns:
a pointer to the
Gimp.ColorManagedobject orNone.- Return type:
New in version 2.4.
- load_state(state)¶
- Parameters:
state (
Gimp.Parasite) – aGimp.Parasite
Configures self from the contents of the parasite state. state must be a properly serialized configuration for a
GimpUi.ColorDisplay, such as saved byGimpUi.ColorDisplay.save_state().New in version 2.0.
- save_state()¶
- Returns:
- Return type:
Saves the configuration state of self as a new parasite.
New in version 2.0.
- do_changed() virtual¶
- do_configure() virtual¶
- Returns:
a new configuration widget for display, or
Noneif no specific widget exists.- Return type:
Creates a configuration widget for display which can be added to a container widget.
New in version 2.0.
- do_convert_buffer(buffer, area) virtual¶
- Parameters:
buffer (
Gegl.Buffer) – aGegl.Bufferarea (
Gegl.Rectangle) – area in buffer to convert
Converts all pixels in area of buffer.
New in version 2.10.
Signal Details¶
- GimpUi.ColorDisplay.signals.changed(color_display)¶
- Signal Name:
changed- Flags:
- Parameters:
color_display (
GimpUi.ColorDisplay) – The object which received the signal
Property Details¶
- GimpUi.ColorDisplay.props.color_config¶
- Name:
color-config- Type:
- Default Value:
- Flags:
The color config used for this filter
- GimpUi.ColorDisplay.props.color_managed¶
- Name:
color-managed- Type:
- Default Value:
- Flags:
The color managed pixel source that is filtered