Function
GimpSelectionfeather
Declaration [src]
gboolean
gimp_selection_feather (
GimpImage* image,
gdouble radius
)
Description [src]
Feather the image’s selection
This procedure feathers the selection. Feathering is implemented using a gaussian blur.
Parameters
image
-
Type:
GimpImage
The image.
The data is owned by the caller of the function. radius
-
Type:
gdouble
Radius of feather (in pixels).