I16

Description

Name

class Tinman.Color.I16

Derived from

Tinman.Color

Specifies a color by giving its intensity channel value.

Fields / Required

value

Type

number

Constraint

# >= 0 && # <= 65535

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

Fields / Optional

alpha

Type

number

Constraint

# >= 0 && # <= 65535

Default

65535

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