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

class Tinman.Image.Random

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

Creates an image with random pixels.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required width number
# > 0
 

The image width, in pixels.

required height number
# > 0
 

The image height, in pixels.

optional void number
# >= 0 && # <= 100
0

The amount of void pixels, in percent.

external info Image.Info    

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