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

class Tinman.Image.Op

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

Combines two images using the specified color operation (see ColorOp).

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required first Image
# != null
 

The first image.

required op ColorOp    

The color operation to apply.

required second Image
# != null
 

The second image.

external info Image.Info    

Contains information about the image data source, including image format and embedded georeferencing information.