Skip to content

textmode.js / media / TextmodeVideo / conversions

Method: conversions()

ts
conversions(steps): this;

Set an ordered conversion stack for this source.

Each step renders the same source with its own conversion mode and optional overrides. Later steps are drawn on top of earlier steps.

Parameters

ParameterTypeDescription
stepsTextmodeConversionStep[]Ordered conversion passes to apply when this source is drawn.

Returns

this

This instance for chaining.

Example

Inherited from

TextmodeTexture.conversions