Contents

invert()

Replaces all values in the noise field with their opposite, reversing the range of noise values.

Declaration

func invert()

Discussion

For example, a value of 1.0 becomes -1.0, a value of -0.5 becomes 0.5, and so on.

[Image]

See Also

Applying Operations to Noise Values