Gimp.context_set_brush_hardness
@accepts(float)
@returns(bool)
def context_set_brush_hardness(hardness):
# Python wrapper for gimp_context_set_brush_hardness()
Set brush hardness.
Set the brush hardness for brush based paint tools.
Since 2.10
- hardness
Brush hardness.
- Returns