Gimp.Matrix2.mult
@accepts(Gimp.Matrix2, Gimp.Matrix2)
@returns(none)
def mult(self, right):
# Python wrapper for gimp_matrix2_mult()
Multiplies two matrices and puts the result into the second one.
- self
The first input matrix.
- right
The second input matrix which will be overwritten by the result.