TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Noise.Color.Op

Short Name:
  • class Color.Op
Derived From:
Fields:

Applies the given function operator to this noise function and the given one (for binary operators only).

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required noise Noise.Color    

The source noise function.

required op ColorOp    

The operation to use.

optional other Noise.Color  
null

The other noise function or null if op is unary.