Gimp.context_set_brush_size

@accepts(float)
@returns(bool)
def context_set_brush_size(size):
    # Python wrapper for gimp_context_set_brush_size()
  

Set brush size in pixels.

Set the brush size in pixels for brush based paint tools.

Since 2.8

size

Brush size in pixels.

Returns