Gimp.Matrix3.scale
@accepts(Gimp.Matrix3, float, float)
@returns(none)
def scale(self, x, y):
# Python wrapper for gimp_matrix3_scale()
Scales the matrix by x and y
- self
The matrix that is to be scaled.
- x
X scale factor.
- y
Y scale factor.
@accepts(Gimp.Matrix3, float, float)
@returns(none)
def scale(self, x, y):
# Python wrapper for gimp_matrix3_scale()
Scales the matrix by x and y
The matrix that is to be scaled.
X scale factor.
Y scale factor.