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

class Tinman.Color.I

Short Name:
  • class I
Derived From:
Fields:

Specifies a color by giving its intenstiy value.

Fields

The following table lists all fields of this config type.

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

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

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

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