Gimp.context_get_feather_radius
function context_get_feather_radius(): [ok: Boolean, feather_radius_x: Number(gdouble), feather_radius_y: Number(gdouble)] {
// Gjs wrapper for gimp_context_get_feather_radius()
}
Get the feather radius setting.
This procedure returns the feather radius setting.
Since 2.8
- ok
TRUE on success.
- feather_radius_x
The horizontal feather radius.
- feather_radius_y
The vertical feather radius.