Gimp.Matrix3.invert

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

Inverts the given matrix.

self

The matrix that is to be inverted.