Gimp.Matrix3.mult
@accepts(Gimp.Matrix3, Gimp.Matrix3)
@returns(none)
def mult(self, right):
# Python wrapper for gimp_matrix3_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.