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

class Tinman.Color.I16

Short Name:
  • class I16
Derived From:
Fields:

Specifies a color by giving its intensity channel value.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required value number
# >= 0 && # <= 65535
 

The intensity channel value (linear sRGB), in the range [0..65535].

optional alpha number
# >= 0 && # <= 65535
65535

The alpha channel value, in the range [0..65535].