Gimp.Selection.feather
function feather(image: Gimp.Image, radius: Number(gdouble)): Boolean {
// Gjs wrapper for gimp_selection_feather()
}
Feather the image's selection
This procedure feathers the selection. Feathering is implemented using a gaussian blur.
- image
The image.
- radius
Radius of feather (in pixels).
- Returns
TRUE on success.