GimpBucketFillOptions

GimpBucketFillOptions

Synopsis

                    GimpBucketFillOptions;
GtkWidget*          gimp_bucket_fill_options_gui        (GimpToolOptions *tool_options);

Object Hierarchy

  GObject
   +----GimpObject
         +----GimpContext
               +----GimpToolOptions
                     +----GimpPaintOptions
                           +----GimpBucketFillOptions

Implemented Interfaces

GimpBucketFillOptions implements GimpConfigInterface.

Properties

  "fill-criterion"           GimpSelectCriterion   : Read / Write / Construct
  "fill-mode"                GimpBucketFillMode    : Read / Write / Construct
  "fill-selection"           gboolean              : Read / Write / Construct
  "fill-transparent"         gboolean              : Read / Write / Construct
  "sample-merged"            gboolean              : Read / Write / Construct
  "threshold"                gdouble               : Read / Write / Construct

Description

Details

GimpBucketFillOptions

typedef struct _GimpBucketFillOptions GimpBucketFillOptions;


gimp_bucket_fill_options_gui ()

GtkWidget*          gimp_bucket_fill_options_gui        (GimpToolOptions *tool_options);

tool_options :

Returns :

Property Details

The "fill-criterion" property

  "fill-criterion"           GimpSelectCriterion   : Read / Write / Construct

Default value: GIMP_SELECT_CRITERION_COMPOSITE


The "fill-mode" property

  "fill-mode"                GimpBucketFillMode    : Read / Write / Construct

Default value: GIMP_FG_BUCKET_FILL


The "fill-selection" property

  "fill-selection"           gboolean              : Read / Write / Construct

Default value: FALSE


The "fill-transparent" property

  "fill-transparent"         gboolean              : Read / Write / Construct

Allow completely transparent regions to be filled.

Default value: TRUE


The "sample-merged" property

  "sample-merged"            gboolean              : Read / Write / Construct

Base filled area on all visible layers.

Default value: FALSE


The "threshold" property

  "threshold"                gdouble               : Read / Write / Construct

Maximum color difference.

Allowed values: [0,255]

Default value: 15