Clamp

Description

Name

class Tinman.Noise.Scalar.Clamp

Derived from

Noise.Scalar

Clamps the noise values of the given function to the specified number range.

Fields / Required

noise

The noise function which values shall be clamped to the given range.


minimum

Type

number

The minimum noise value.


maximum

Type

number

The maximum noise value.