| TYPE | NAME | DESCRIPTION
|
|---|
| DRAWABLE | drawable | The affected drawable |
| FLOAT | x | x coordinate of initial seed fill point: (image coordinates) |
| FLOAT | y | y coordinate of initial seed fill point: (image coordinates) |
| INT32 | threshold | Threshold in intensity levels 0 <= threshold <= 255 |
| INT32 | operation | The selection operation: { ADD (0), SUB (1), REPLACE (2), INTERSECT (3) } |
| INT32 | antialias | Antialiasing (TRUE or FALSE) |
| INT32 | feather | Feather option for selections |
| FLOAT | feather_radius | Radius for feather operation |
| INT32 | sample_merged | Use the composite image, not the drawable |