Gimp.context_set_feather

@accepts(bool)
@returns(bool)
def context_set_feather(feather):
    # Python wrapper for gimp_context_set_feather()
  

Set the feather setting.

Modifies the feather setting. If the feather option is enabled, selections will be blurred before combining. The blur is a gaussian blur; its radii can be controlled using Gimp.context_set_feather_radius.

This setting affects the following procedures: Gimp.Image.select_color, Gimp.Image.select_contiguous_color, Gimp.Image.select_rectangle, Gimp.Image.select_round_rectangle, Gimp.Image.select_ellipse, Gimp.Image.select_polygon, Gimp.Image.select_item.

Since 2.8

feather

The feather setting.

Returns