Gimp.Matrix2.invert

@accepts(Gimp.Matrix2)
@returns(none)
def invert(self):
    # Python wrapper for gimp_matrix2_invert()
  

Inverts the given matrix.

Since 2.10.16

self

The matrix that is to be inverted.