Enum TextureConvertForegroundStyle
The style applied when Foreground is set.
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public enum TextureConvertForegroundStyle
Fields
| Name | Description |
|---|---|
| AsciiSymbol | Fills the surface with ascii symbols that represents the brightness of the pixel. Foreground is set to the pixel color. |
| Block | Fills the surface with block ascii that represents the brightness of the pixel. Foreground is set to the pixel color. |