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

class Tinman.Image.Constant

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

A image that has a constant pixel color.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required color Tinman.Color    

The constant pixel color.

optional width number
# > 0
1

The image width, in pixels.

optional height number
# > 0
1

The image height, in pixels.

external info Image.Info    

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