Method

GimpBrushget_radius

Declaration [src]

gboolean
gimp_brush_get_radius (
  GimpBrush* brush,
  gdouble* radius
)

Description [src]

Gets the radius of a generated brush.

Gets the radius of a generated brush. Returns an error when called for a non-parametric brush.

Available since:2.4

Parameters

radius gdouble*
 

The radius of the brush in pixels.

 The argument will be set by the function.

Return value

Returns: gboolean
 

TRUE on success.