Gimp.Matrix4.mult

@accepts(Gimp.Matrix4, Gimp.Matrix4)
@returns(none)
def mult(self, matrix2):
    # Python wrapper for gimp_matrix4_mult()
  

Multiplies two matrices and puts the result into the second one.

Since 2.10.16

self

The first input matrix.

matrix2

The second input matrix which will be overwritten by the result.