| TYPE | NAME | DESCRIPTION
|
|---|
| DRAWABLE | drawable | The affected drawable |
| INT32 | fill_mode | The type of fill: { FG_BUCKET_FILL (0), BG_BUCKET_FILL (1), PATTERN_BUCKET_FILL (2) } |
| INT32 | paint_mode | The paint application mode: { NORMAL_MODE (0), DISSOLVE_MODE (1), BEHIND_MODE (2), MULTIPLY_MODE (3), SCREEN_MODE (4), OVERLAY_MODE (5), DIFFERENCE_MODE (6), ADDITION_MODE (7), SUBTRACT_MODE (8), DARKEN_ONLY_MODE (9), LIGHTEN_ONLY_MODE (10), HUE_MODE (11), SATURATION_MODE (12), COLOR_MODE (13), VALUE_MODE (14), DIVIDE_MODE (15) } |
| FLOAT | opacity | The opacity of the final bucket fill (0 <= opacity <= 100) |
| FLOAT | threshold | The threshold determines how extensive the seed fill will be. It's value is specified in terms of intensity levels (0 <= threshold <= 255). This parameter is only valid when there is no selection in the specified image. |
| INT32 | sample_merged | Use the composite image, not the drawable |
| FLOAT | x | The x coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image. |
| FLOAT | y | The y coordinate of this bucket fill's application. This parameter is only valid when there is no selection in the specified image. |