textmode.js / media / TextmodeImage / cellColorMode
Method: cellColorMode()
ts
cellColorMode(mode): this;Set whether cell color is sampled from the source or fixed.
Parameters
| Parameter | Type | Description |
|---|---|---|
mode | "fixed" | "sampled" | Cell color mode. |
Returns
this
This instance for chaining.