Gimp.Matrix3.yshear

@accepts(Gimp.Matrix3, float)
@returns(none)
def yshear(self, amount):
    # Python wrapper for gimp_matrix3_yshear()
  

Shears the matrix in the Y direction.

self

The matrix that is to be sheared.

amount

Y shear amount.