ee.Image.bitwiseNot

Calculates the bitwise NOT of the input, in the smallest signed integer type that can hold the input.

UsageReturns
Image.bitwiseNot()Image
ArgumentTypeDetails
this: valueImageThe image to which the operation is applied.