GimpColorDisplay
GimpColorDisplay — Pluggable GIMP display color correction modules.
|
|
Object Hierarchy
GObject
+----GimpColorDisplay
Description
Functions and definitions for creating pluggable GIMP
display color correction modules.
Details
GimpColorDisplay
typedef struct _GimpColorDisplay GimpColorDisplay;
gimp_color_display_convert ()
void gimp_color_display_convert (GimpColorDisplay *display,
guchar *buf,
gint width,
gint height,
gint bpp,
gint bpl);
display : |
|
buf : |
|
width : |
|
height : |
|
bpp : |
|
bpl : |
|
gimp_color_display_configure_reset ()
void gimp_color_display_configure_reset (GimpColorDisplay *display);
gimp_color_display_changed ()
void gimp_color_display_changed (GimpColorDisplay *display);
Property Details
The "enabled
" property
"enabled" gboolean : Read / Write / Construct
Default value: TRUE
Signal Details
The "changed" signal
void user_function (GimpColorDisplay *gimpcolordisplay,
gpointer user_data) : Run First
gimpcolordisplay : |
the object which received the signal.
|
user_data : |
user data set when the signal handler was connected. |