Gimp.Matrix3.prototype.scale
function scale(x: Number(gdouble), y: Number(gdouble)): void {
// Gjs wrapper for gimp_matrix3_scale()
}
Scales the matrix by x and y
- x
X scale factor.
- y
Y scale factor.
function scale(x: Number(gdouble), y: Number(gdouble)): void {
// Gjs wrapper for gimp_matrix3_scale()
}
Scales the matrix by x and y
X scale factor.
Y scale factor.