Skip to main content

Interface: FeatureAsciiRendererOptions

Defined in: renderers/types.ts:16

Base options for all feature-based ASCII renderers that extend the AbstractFeatureRenderer2D class.

Extends

Extended by

Properties

PropertyTypeDescriptionInherited fromDefined in
backgroundColor?anyThe cell background color. Only used when characterColorMode is set to fixed.-renderers/types.ts:27
backgroundColorMode?string | numberThe background color mode. Can be either sampled or fixed.-renderers/types.ts:30
characterColor?anyThe color of the ASCII characters. Only used when characterColorMode is set to fixed.-renderers/types.ts:21
characterColorMode?string | numberThe character color mode. Can be either sampled or fixed.-renderers/types.ts:24
characters?stringThe character set to use for the ASCII renderer.-renderers/types.ts:18
enabled?booleanWhether the renderer is enabled.AsciiRendererOptions.enabledrenderers/types.ts:10
flipHorizontally?booleanFlip the ASCII characters horizontally.-renderers/types.ts:39
flipVertically?booleanFlip the ASCII characters vertically.-renderers/types.ts:42
invertMode?booleanSwap the cells ASCII character colors with its cell background colors.-renderers/types.ts:33
rotationAngle?anyThe rotation angle of all characters affected by a given renderer.-renderers/types.ts:36