Skip to content

TextureConvertForegroundStyle Enum

The style applied when Foreground is set.

C#
public enum TextureConvertForegroundStyle

Fills the surface with block ascii that represents the brightness of the pixel. Foreground is set to the pixel color.

C#
Block = 0

Fills the surface with ascii symbols that represents the brightness of the pixel. Foreground is set to the pixel color.

C#
AsciiSymbol = 1