Gimp.Brush.prototype.get_hardness
function get_hardness(): [ok: Boolean, hardness: Number(gdouble)] {
// Gjs wrapper for gimp_brush_get_hardness()
}
Gets the hardness of a generated brush.
Gets the hardness of a generated brush. The hardness of a brush is the amount its intensity fades at the outside edge, as a float between 0.0 and 1.0. Returns an error when called for a non-parametric brush.
Since 2.4
- ok
TRUE on success.
- hardness
The hardness of the brush.