Skip to content

textmode.js / media / TextmodeVideo / cellColorMode

Method: cellColorMode()

ts
cellColorMode(mode): this;

Set whether cell color is sampled from the source or fixed.

Parameters

ParameterTypeDescription
mode"fixed" | "sampled"Cell color mode.

Returns

this

This instance for chaining.

Example

Inherited from

TextmodeTexture.cellColorMode