Gimp.Brush.prototype.get_angle
function get_angle(): [ok: Boolean, angle: Number(gdouble)] {
// Gjs wrapper for gimp_brush_get_angle()
}
Gets the rotation angle of a generated brush.
Gets the angle of rotation for a generated brush. Returns an error when called for a non-parametric brush.
Since 2.4
- ok
TRUE on success.
- angle
The rotation angle of the brush in degree.