Gimp.Matrix4.identity

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

Sets the matrix to the identity matrix.

Since 2.10.16

self

A matrix.