shakeStrength method

Deshake shakeStrength(
  1. ShakeStrength shakeStrength
)

shakeStrength The maximum number of pixels in the horizontal and vertical direction that will be addressed. (Possible values: 16, 32, 48, 64. Server default: 16)

Implementation

Deshake shakeStrength(ShakeStrength shakeStrength) {
  factor = shakeStrength;
  return this;
}