Gimp.Matrix3.prototype.yshear

function yshear(amount: Number(gdouble)): void {
    // Gjs wrapper for gimp_matrix3_yshear()
}
  

Shears the matrix in the Y direction.

amount

Y shear amount.