Gimp.context_set_feather_radius
@accepts(float, float)
@returns(bool)
def context_set_feather_radius(feather_radius_x, feather_radius_y):
# Python wrapper for gimp_context_set_feather_radius()
Set the feather radius setting.
This procedure modifies the feather radius setting.
This setting affects all procedures that are affected by Gimp.context_set_feather.
Since 2.8
- feather_radius_x
The horizontal feather radius.
- feather_radius_y
The vertical feather radius.
- Returns