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

class Tinman.Pixel.Combine

Short Name:
  • class Pixel.Combine
Derived From:
Fields:

Combines the result of the first pixel layer with the result of the second one.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required first Pixel
# != null
 

The first pixel layer.

required second Pixel
# != null
 

The second pixel layer.

optional op ColorOp  
Blend

The color operation to use.