Interface: FeatureAsciiRendererOptions
Defined in: renderers/types.ts:16
Base options for all feature-based ASCII renderers that extend the P5AsciifyAbstractFeatureRenderer2D class.
Extends
Extended by
Properties
| Property | Type | Description | Inherited from | Defined in | 
|---|---|---|---|---|
 backgroundColor? | any | The cell background color. Only used when characterColorMode is set to fixed. | - | renderers/types.ts:27 | 
 backgroundColorMode? | string | number | The background color mode. Can be either sampled or fixed. | - | renderers/types.ts:30 | 
 characterColor? | any | The color of the ASCII characters. Only used when characterColorMode is set to fixed. | - | renderers/types.ts:21 | 
 characterColorMode? | string | number | The character color mode. Can be either sampled or fixed. | - | renderers/types.ts:24 | 
 characters? | string | The character set to use for the ASCII renderer. | - | renderers/types.ts:18 | 
 enabled? | boolean | Whether the renderer is enabled. | AsciiRendererOptions.enabled | renderers/types.ts:10 | 
 flipHorizontally? | boolean | Flip the ASCII characters horizontally. | - | renderers/types.ts:39 | 
 flipVertically? | boolean | Flip the ASCII characters vertically. | - | renderers/types.ts:42 | 
 invert? | boolean | Swap the cells ASCII character colors with its cell background colors. | - | renderers/types.ts:33 | 
 rotation? | any | The rotation angle of all characters affected by a given renderer. | - | renderers/types.ts:36 |