Gimp.Matrix3.xshear
@accepts(Gimp.Matrix3, float)
@returns(none)
def xshear(self, amount):
# Python wrapper for gimp_matrix3_xshear()
Shears the matrix in the X direction.
- self
The matrix that is to be sheared.
- amount
X shear amount.
@accepts(Gimp.Matrix3, float)
@returns(none)
def xshear(self, amount):
# Python wrapper for gimp_matrix3_xshear()
Shears the matrix in the X direction.
The matrix that is to be sheared.
X shear amount.