Contents

maximum(_:)

Replaces values in the noise field by choosing the lesser of each value and a corresponding value in the specified noise object.

Declaration

func maximum(_ 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]

See Also

Applying Operations that Combine Noise