Class

GimpUiColorDisplay

Description [src]

class GimpUi.ColorDisplay : GObject.Object
  implements Gimp.ConfigInterface {
  priv: GimpColorDisplayPrivate*
}

Functions and definitions for creating pluggable GIMP display color correction modules.

Ancestors

Implements

Instance methods

gimp_color_display_changed
No description available.

gimp_color_display_clone

Creates a copy of display.

since: 2.0

gimp_color_display_configure

Creates a configuration widget for display which can be added to a container widget.

since: 2.0

gimp_color_display_configure_reset
No description available.

gimp_color_display_convert_buffer

Converts all pixels in area of buffer.

since: 2.10

gimp_color_display_get_config
No description available.

since: 2.4

gimp_color_display_get_enabled
No description available.

gimp_color_display_get_managed
No description available.

since: 2.4

gimp_color_display_load_state

Configures display from the contents of the parasite state. state must be a properly serialized configuration for a GimpColorDisplay, such as saved by gimp_color_display_save_state().

since: 2.0

gimp_color_display_save_state

Saves the configuration state of display as a new parasite.

since: 2.0

gimp_color_display_set_enabled
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

GimpUi.ColorDisplay:color-config
No description available.

GimpUi.ColorDisplay:color-managed
No description available.

GimpUi.ColorDisplay:enabled
No description available.

Signals

GimpUi.ColorDisplay::changed
No description available.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct GimpUiColorDisplayClass {
  GObjectClass parent_class;
  const gchar* name;
  const gchar* help_id;
  const gchar* icon_name;
  void (* convert_buffer) (
    GimpColorDisplay* display,
    GeglBuffer* buffer,
    GeglRectangle* area
  );
  GtkWidget* (* configure) (
    GimpColorDisplay* display
  );
  void (* changed) (
    GimpColorDisplay* display
  );
  void (* _gimp_reserved1) (
void
  );
  void (* _gimp_reserved2) (
void
  );
  void (* _gimp_reserved3) (
void
  );
  void (* _gimp_reserved4) (
void
  );
  void (* _gimp_reserved5) (
void
  );
  void (* _gimp_reserved6) (
void
  );
  void (* _gimp_reserved7) (
void
  );
  void (* _gimp_reserved8) (
void
  );
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.

name: const gchar*

No description available.

help_id: const gchar*

No description available.

icon_name: const gchar*

No description available.

convert_buffer: void (* convert_buffer) ( GimpColorDisplay* display, GeglBuffer* buffer, GeglRectangle* area )

No description available.

configure: GtkWidget* (* configure) ( GimpColorDisplay* display )

No description available.

changed: void (* changed) ( GimpColorDisplay* display )

No description available.

_gimp_reserved1: void (* _gimp_reserved1) ( void )

No description available.

_gimp_reserved2: void (* _gimp_reserved2) ( void )

No description available.

_gimp_reserved3: void (* _gimp_reserved3) ( void )

No description available.

_gimp_reserved4: void (* _gimp_reserved4) ( void )

No description available.

_gimp_reserved5: void (* _gimp_reserved5) ( void )

No description available.

_gimp_reserved6: void (* _gimp_reserved6) ( void )

No description available.

_gimp_reserved7: void (* _gimp_reserved7) ( void )

No description available.

_gimp_reserved8: void (* _gimp_reserved8) ( void )

No description available.

Virtual methods

GimpUi.ColorDisplayClass.changed
No description available.

GimpUi.ColorDisplayClass.configure

Creates a configuration widget for display which can be added to a container widget.

since: 2.0

GimpUi.ColorDisplayClass.convert_buffer

Converts all pixels in area of buffer.

since: 2.10