Skip to content

textmode.js / layering

layering

All modules and types related to multi-layered textmode rendering.

Enumerations

EnumerationDescription
LayerBlendModeNumeric blend mode constants for layer compositing.

Classes

ClassDescription
TextmodeLayerA single layer within a multi-layered textmode rendering context.
TextmodeLayerManagerManages the stack of layers within a Textmodifier instance.

Interfaces

InterfaceDescription
TextmodeLayerOptionsOptions for layers created with TextmodeLayerManager.add.

Variables

VariableDescription
TEXTMODE_LAYER_BLEND_MODESUse the LayerBlendMode enum and the t.BLEND_* constants (e.g. t.BLEND_ADDITIVE). String blend modes are accepted for backwards compatibility and emit a deprecation warning; they will be removed in a future version.