GIMP Widgets Library Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
GimpColorDisplayStack; GimpColorDisplayStack * gimp_color_display_stack_new (void
); GimpColorDisplayStack * gimp_color_display_stack_clone (GimpColorDisplayStack *stack
); void gimp_color_display_stack_changed (GimpColorDisplayStack *stack
); void gimp_color_display_stack_add (GimpColorDisplayStack *stack
,GimpColorDisplay *display
); void gimp_color_display_stack_remove (GimpColorDisplayStack *stack
,GimpColorDisplay *display
); void gimp_color_display_stack_reorder_up (GimpColorDisplayStack *stack
,GimpColorDisplay *display
); void gimp_color_display_stack_reorder_down (GimpColorDisplayStack *stack
,GimpColorDisplay *display
); void gimp_color_display_stack_convert (GimpColorDisplayStack *stack
,guchar *buf
,gint width
,gint height
,gint bpp
,gint bpl
); void gimp_color_display_stack_convert_surface (GimpColorDisplayStack *stack
,cairo_surface_t *surface
);
GimpColorDisplayStack * gimp_color_display_stack_clone (GimpColorDisplayStack *stack
);
void gimp_color_display_stack_changed (GimpColorDisplayStack *stack
);
void gimp_color_display_stack_add (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
void gimp_color_display_stack_remove (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
void gimp_color_display_stack_reorder_up (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
void gimp_color_display_stack_reorder_down (GimpColorDisplayStack *stack
,GimpColorDisplay *display
);
void gimp_color_display_stack_convert (GimpColorDisplayStack *stack
,guchar *buf
,gint width
,gint height
,gint bpp
,gint bpl
);
gimp_color_display_stack_convert
is deprecated and should not be used in newly-written code. GIMP 2.8: Use gimp_color_display_stack_convert_surface()
instead.
Converts all pixels in buf
.
|
a GimpColorDisplayStack |
|
the pixel buffer to convert |
|
the width of the buffer |
|
the height of the buffer |
|
the number of bytes per pixel |
|
the buffer's rowstride |
void gimp_color_display_stack_convert_surface (GimpColorDisplayStack *stack
,cairo_surface_t *surface
);
Runs all the stack's filters on all pixels in surface
.
|
a GimpColorDisplayStack |
|
a cairo_image_surface_t of type ARGB32 |
Since GIMP 2.8
"added"
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack,
GimpColorDisplay *arg1,
gint arg2,
gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"changed"
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack,
gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"removed"
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack,
GimpColorDisplay *arg1,
gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"reordered"
signalvoid user_function (GimpColorDisplayStack *gimpcolordisplaystack,
GimpColorDisplay *arg1,
gint arg2,
gpointer user_data) : Run First
|
the object which received the signal. |
|
user data set when the signal handler was connected. |