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

class Tinman.Color.I8

Short Name:
  • class I8
Derived From:
Fields:

Specifies a color by giving its intensity value.

Fields

The following table lists all fields of this config type.

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

The intensity channel value (compressed sRGB), in the range [0..255].

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

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