minimum(_:)
Replaces values in the noise field by choosing the lesser of each value and a corresponding value in the specified noise object.
Declaration
func minimum(_ noise: GKNoise)Parameters
- noise:
The noise object from which to compare and replace values.
Discussion
In a grayscale texture, higher values are brighter and lower values are darker.
[Image]