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

class Tinman.Image.Adjust

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

Adjust the brightness and saturation of the given image.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required image Image
# != null
 

The image to adjust.

optional brightness number
# >= -1000 && # <= 1000
0

The adjustment factor for color brightness (0 means no change).

optional saturation number
# >= -1000 && # <= 1000
0

The adjustment factor for color saturation (0 means no change).

external info Image.Info    

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