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