Constructors
constructor
new ot_color_layer_t( properties?: Partial<{ color_index: number; glyph: number }>,): ot_color_layer_t Parameters
Optionalproperties: Partial<{ color_index: number; glyph: number }>
Properties
color_index
color_index: number
Pairs of glyph and color index.
A color index of 0xFFFF does not refer to a palette color, but indicates that the foreground color should be used.
Since
2.1.0