Gimp.Matrix3.prototype.mult
function mult(matrix2: Gimp.Matrix3): void {
// Gjs wrapper for gimp_matrix3_mult()
}
Multiplies two matrices and puts the result into the second one.
- matrix2
The second input matrix which will be overwritten by the result.