Gimp.context_set_brush_size

function context_set_brush_size(size: Number(gdouble)): Boolean {
    // Gjs 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

TRUE on success.