Gimp.Matrix3.identity

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

Sets the matrix to the identity matrix.

self

A matrix.