Class

GimpUiColorArea

[]

Description [src]

final class GimpUi.ColorArea : Gtk.DrawingArea {
  /* No available fields */
}

Displays a GeglColor, optionally with alpha-channel.

[]

Hierarchy

hierarchy this GimpColorArea implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 ancestor_0 GtkDrawingArea ancestor_0--this ancestor_1 GtkWidget ancestor_1--ancestor_0 ancestor_2 GInitiallyUnowned ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2
[]

Constructors

gimp_color_area_new

Creates a new GimpColorArea widget.

[]

Instance methods

gimp_color_area_enable_drag

Allows dragging the color displayed with buttons identified by drag_mask. The drag supports targets of type “application/x-color”.

gimp_color_area_get_color

Retrieves the current color of the area.

gimp_color_area_has_alpha

Checks whether the area shows transparency information. This is determined via the areas GimpColorAreaType.

gimp_color_area_set_color

Sets area to a different color.

gimp_color_area_set_color_config

Sets the color management configuration to use with this color area.

since: 2.10

gimp_color_area_set_draw_border

The area can draw a thin border in the foreground color around itself. This function toggles this behavior on and off. The default is not draw a border.

gimp_color_area_set_out_of_gamut

Sets the color area to render as an out-of-gamut color, i.e. with a small triangle on a corner using the color management out of gamut color (as per gimp_color_area_set_color_config()).

since: 2.10.10

gimp_color_area_set_type

Changes the type of area. The GimpColorAreaType determines whether the widget shows transparency information and chooses the size of the checkerboard used to do that.

Methods inherited from GtkWidget (263)
Methods inherited from GObject (43)
Methods inherited from GtkBuildable (10)
[]

Properties

GimpUi.ColorArea:color

The color displayed in the color area.

since: 2.4

GimpUi.ColorArea:drag-mask
No description available.

GimpUi.ColorArea:draw-border

Whether to draw a thin border in the foreground color around the area.

since: 2.4

GimpUi.ColorArea:type

The type of the color area.

since: 2.4

Properties inherited from GtkWidget (39)
[]

Signals

GimpUi.ColorArea::color-changed
No description available.

Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)

Class structure