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: GimpImageThe image. The data is owned by the caller of the function. 
- radius
- 
            Type: gdoubleRadius of feather (in pixels).