Gimp.Selection.grow
function grow(image: Gimp.Image, steps: Number(gint)): Boolean {
// Gjs wrapper for gimp_selection_grow()
}
Grow the image's selection
This procedure grows the selection. Growing involves expanding the boundary in all directions by the specified pixel amount.
- image
The image.
- steps
Steps of grow (in pixels).
- Returns
TRUE on success.