Skip to content

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 filters.TextmodeFilterManager, which is accessible through Textmodifier.filters.

Classes

ClassDescription
TextmodeFilterManagerRegisters filter shaders and applies layer/global filter chains.

Interfaces

InterfaceDescription
BuiltInFilterParamsFilter parameter types for built-in filters.

Type Aliases

Type AliasDescription
BuiltInFilterNameBuilt-in filter names provided by textmode.js
FilterNameFilter name type that allows both built-in and custom filter names