Gimp.brush_get_angle

function brush_get_angle(name: String): Number(gdouble) {
    // Gjs wrapper for gimp_brush_get_angle()
}
  

Gets the rotation angle of a generated brush.

This procedure gets the angle of rotation for a generated brush. If called for any other type of brush, it does not succeed.

Since 2.4

name

The brush name.

Returns

The rotation angle of the brush in degree.