| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpBucketFillOptions;
GtkWidget* gimp_bucket_fill_options_gui (GimpToolOptions *tool_options);
GObject +----GimpObject +----GimpContext +----GimpToolOptions +----GimpPaintOptions +----GimpBucketFillOptions
"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
GtkWidget* gimp_bucket_fill_options_gui (GimpToolOptions *tool_options);
|
|
Returns : |
"fill-criterion" property"fill-criterion" GimpSelectCriterion : Read / Write / Construct
Default value: GIMP_SELECT_CRITERION_COMPOSITE
"fill-mode" property"fill-mode" GimpBucketFillMode : Read / Write / Construct
Default value: GIMP_FG_BUCKET_FILL
"fill-selection" property"fill-selection" gboolean : Read / Write / Construct
Default value: FALSE
"fill-transparent" property"fill-transparent" gboolean : Read / Write / Construct
Allow completely transparent regions to be filled.
Default value: TRUE
"sample-merged" property"sample-merged" gboolean : Read / Write / Construct
Base filled area on all visible layers.
Default value: FALSE
"threshold" property"threshold" gdouble : Read / Write / Construct
Maximum color difference.
Allowed values: [0,255]
Default value: 15