textmode.js / filters
filters
All filter related modules and types.
Provides various image processing filters that can be applied in sequence on a layer's textmode-converted output, such as blur, sharpen, edge detection, and color adjustments. Filters can also be applied globally to all layers as post-processing effects.
While textmode.js only offers a basic set of filters, additional filters can be implemented and registered via the TextmodeFilterManager, which is accessible through Textmodifier.filters.
Classes
| Class | Description |
|---|---|
| TextmodeFilterManager | Manages filter registration, shader compilation, and filter chain application. |
Interfaces
| Interface | Description |
|---|---|
| BuiltInFilterParams | Filter parameter types for built-in filters. |
Type Aliases
| Type Alias | Description |
|---|---|
| BuiltInFilterName | Built-in filter names provided by textmode.js |
| FilterName | Filter name type that allows both built-in and custom filter names |