GimpUi.ColorDisplayStack¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Name |
Short Description |
|---|---|
Fields¶
- Inherited:
Class Details¶
- class GimpUi.ColorDisplayStack(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A stack of color correction modules.
- classmethod new()¶
- Returns:
a newly allocated
GimpUi.ColorDisplayStack.- Return type:
Creates a new stack of color correction modules.
New in version 2.0.
- add(display)¶
- Parameters:
display (
GimpUi.ColorDisplay) – aGimpUi.ColorDisplay
Add the color module display to self.
New in version 2.0.
- changed()¶
Emit the “changed” signal of self.
New in version 2.0.
- clone()¶
- Returns:
a duplicate of self.
- Return type:
Creates a copy of self with all its display color modules also duplicated.
New in version 2.0.
- convert_buffer(buffer, area)¶
- Parameters:
buffer (
Gegl.Buffer) – aGegl.Bufferarea (
Gegl.Rectangle) – area of buffer to convert
Runs all the stack’s filters on all pixels in area of buffer.
New in version 2.10.
- get_filters()¶
- Returns:
the list of self's display color modules.
- Return type:
Gets the list of added color modules.
New in version 3.0.
- remove(display)¶
- Parameters:
display (
GimpUi.ColorDisplay) – aGimpUi.ColorDisplay
Remove the color module display from self.
New in version 2.0.
- reorder_down(display)¶
- Parameters:
display (
GimpUi.ColorDisplay) – aGimpUi.ColorDisplay
Move the color module display down in the filter list of self.
New in version 2.0.
- reorder_up(display)¶
- Parameters:
display (
GimpUi.ColorDisplay) – aGimpUi.ColorDisplay
Move the color module display up in the filter list of self.
New in version 2.0.
Signal Details¶
- GimpUi.ColorDisplayStack.signals.added(color_display_stack, object, p0)¶
- Signal Name:
added- Flags:
- Parameters:
color_display_stack (
GimpUi.ColorDisplayStack) – The object which received the signalobject (
GimpUi.ColorDisplay) –p0 (
int) –
- GimpUi.ColorDisplayStack.signals.changed(color_display_stack)¶
- Signal Name:
changed- Flags:
- Parameters:
color_display_stack (
GimpUi.ColorDisplayStack) – The object which received the signal
- GimpUi.ColorDisplayStack.signals.removed(color_display_stack, object)¶
- Signal Name:
removed- Flags:
- Parameters:
color_display_stack (
GimpUi.ColorDisplayStack) – The object which received the signalobject (
GimpUi.ColorDisplay) –
- GimpUi.ColorDisplayStack.signals.reordered(color_display_stack, object, p0)¶
- Signal Name:
reordered- Flags:
- Parameters:
color_display_stack (
GimpUi.ColorDisplayStack) – The object which received the signalobject (
GimpUi.ColorDisplay) –p0 (
int) –