textmode.js / layering
layering
All modules and types related to multi-layered textmode rendering.
Enumerations
| Enumeration | Description |
|---|---|
| LayerBlendMode | Numeric blend mode constants for layer compositing. |
Classes
| Class | Description |
|---|---|
| TextmodeLayer | A single layer within a multi-layered textmode rendering context. |
| TextmodeLayerManager | Manages the stack of layers within a Textmodifier instance. |
Interfaces
| Interface | Description |
|---|---|
| TextmodeLayerOptions | Options for layers created with TextmodeLayerManager.add. |
Variables
| Variable | Description |
|---|---|
Use 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. |