Gimp.Matrix2.identity
@accepts(Gimp.Matrix2)
@returns(none)
def identity(self):
# Python wrapper for gimp_matrix2_identity()
Sets the matrix to the identity matrix.
- self
A matrix.
@accepts(Gimp.Matrix2)
@returns(none)
def identity(self):
# Python wrapper for gimp_matrix2_identity()
Sets the matrix to the identity matrix.
A matrix.