Top | ![]() |
![]() |
![]() |
![]() |
GimpColorDisplayStack *
gimp_color_display_stack_new (void
);
Creates a new stack of color correction modules.
Since: 2.0
GimpColorDisplayStack *
gimp_color_display_stack_clone (GimpColorDisplayStack *stack
);
Creates a copy of stack
with all its display color modules also
duplicated.
Since: 2.0
void
gimp_color_display_stack_changed (GimpColorDisplayStack *stack
);
Emit the "changed" signal of stack
.
Since: 2.0
GList *
gimp_color_display_stack_get_filters (GimpColorDisplayStack *stack
);
Gets the list of added color modules.
Since: 3.0
void gimp_color_display_stack_add (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
Add the color module display
to stack
.
Since: 2.0
void gimp_color_display_stack_remove (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
Remove the color module display
from stack
.
Since: 2.0
void gimp_color_display_stack_reorder_up (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
Move the color module display
up in the filter list of stack
.
Since: 2.0
void gimp_color_display_stack_reorder_down (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
Move the color module display
down in the filter list of stack
.
Since: 2.0
void gimp_color_display_stack_convert_buffer (GimpColorDisplayStack *stack
,GeglBuffer *buffer
,GeglRectangle *area
);
Runs all the stack's filters on all pixels in area
of buffer
.
Since: 2.10
“added”
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack, GimpColorDisplay *arg1, int arg2, gpointer user_data)
Flags: Run First
“changed”
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack, gpointer user_data)
Flags: Run First
“removed”
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack, GimpColorDisplay *arg1, gpointer user_data)
Flags: Run First
“reordered”
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack, GimpColorDisplay *arg1, int arg2, gpointer user_data)
Flags: Run First